Disable peertalk

This commit is contained in:
Pritesh Nandgaonkar
2018-06-01 18:01:28 +01:00
parent 0619529f34
commit 8d48f5a3eb
9 changed files with 18 additions and 23 deletions

View File

@@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
spec.libraries = "stdc++"
spec.compiler_flags = '-std=c++1y'
# Pinning to the same version as React.podspec.
spec.platforms = { :ios => "8.0", :tvos => "9.2" }
spec.platforms = { :ios => "8.0"}
end