Update react-native-status-keycard.podspec

set correct ios version
This commit is contained in:
Bitgamma 2020-12-14 17:49:26 +03:00 committed by GitHub
parent 97b4bdcb3c
commit d3bb09466d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package["license"] s.license = package["license"]
s.authors = package["author"] s.authors = package["author"]
s.platforms = { :ios => "9.0" } s.platforms = { :ios => "10.0" }
s.source = { :git => "https://github.com/status-im/react-native-status-keycard.git", :tag => "#{s.version}" } s.source = { :git => "https://github.com/status-im/react-native-status-keycard.git", :tag => "#{s.version}" }