Merge pull request #50 from thanhcuong1990/master

Update pod dependency to support react-native 0.60
This commit is contained in:
Douglas Nassif Roma Junior
2019-07-04 14:23:54 -03:00
committed by GitHub

View File

@@ -18,11 +18,11 @@ Pod::Spec.new do |s|
s.license = license
s.authors = author
s.source = { :git => repository, :tag => version }
s.platform = :ios, "8.0"
s.platform = :ios, "9.0"
s.preserve_paths = 'README.md', 'package.json', '*.js'
s.source_files = 'ios/ReactNativeKeyboardManager/**/*.{h,m}'
s.dependency 'React'
s.dependency 'React/RCTText'
s.dependency 'React-RCTText'
s.dependency 'IQKeyboardManager', iqVersion
end