react-native-inappbrowser/ios/RNInAppBrowser.podspec
Juan David Nicholls Cardona 0e6372aa6f First commit
2018-09-07 17:55:14 -05:00

23 lines
627 B
Ruby

Pod::Spec.new do |s|
s.name = "RNInAppBrowser"
s.version = package['version']
s.summary = package['description']
s.description = package['description']
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.source = { :git => "https://github.com/author/RNInAppBrowser.git", :tag => "master" }
s.requires_arc = true
s.platform = :ios, '8.0'
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/*.{h,m}'
s.dependency "React"
#s.dependency "others"
end