mirror of
https://github.com/tappollo/react-native-safari-view.git
synced 2026-01-12 17:03:09 +08:00
16 lines
579 B
Ruby
16 lines
579 B
Ruby
|
|
Pod::Spec.new do |s|
|
|
s.name = "react-native-safari-view"
|
|
s.version = "1.0.0"
|
|
s.summary = "A React Native wrapper for Safari View Controller"
|
|
s.requires_arc = true
|
|
s.author = { 'Naoufal Kadhom' => 'naoufalkadhom@gmail.com' }
|
|
s.license = 'MIT'
|
|
s.homepage = 'https://github.com/naoufal/react-native-safari-view'
|
|
s.source = { :git => "https://github.com/naoufal/react-native-safari-view.git" }
|
|
s.platform = :ios, "7.0"
|
|
s.dependency 'React'
|
|
s.source_files = "*.{h,m}"
|
|
s.preserve_paths = "*.js"
|
|
end
|