mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 17:42:34 +08:00
Merge pull request #50 from thanhcuong1990/master
Update pod dependency to support react-native 0.60
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user