Update react-native-status-keycard.podspec
set correct ios version
This commit is contained in:
parent
97b4bdcb3c
commit
d3bb09466d
|
@ -10,7 +10,7 @@ Pod::Spec.new do |s|
|
|||
s.license = package["license"]
|
||||
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}" }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue