We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f60a1 commit 2e7be45Copy full SHA for 2e7be45
react-native-ssl-public-key-pinning.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.license = package["license"]
12
s.authors = package["author"]
13
14
- s.platforms = { :ios => min_ios_version_supported }
+ s.platforms = { :ios => defined?(min_ios_version_supported) ? min_ios_version_supported : '11.0' }
15
s.source = { :git => "https://github.com/frw/react-native-ssl-public-key-pinning.git", :tag => "#{s.version}" }
16
17
s.source_files = "ios/**/*.{h,m,mm}"
0 commit comments