mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-27 19:11:15 +00:00
19 lines
789 B
Ruby
19 lines
789 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "RCTMapboxGL"
|
|
s.version = "3.2.0"
|
|
s.summary = "A Mapbox GL react native module for creating custom maps."
|
|
s.homepage = "https://github.com/mapbox/react-native-mapbox-gl#readme"
|
|
s.license = "BSD"
|
|
s.author = "Bobby Sudekum"
|
|
s.screenshot = "https://cldup.com/A8S_7rLg1L.png"
|
|
s.social_media_url = "https://twitter.com/mapbox"
|
|
s.documentation_url = "https://github.com/mapbox/react-native-mapbox-gl/blob/master/ios/API.md"
|
|
|
|
s.source = { :git => "https://github.com/mapbox/react-native-mapbox-gl.git", :tag => "#{s.version}" }
|
|
s.platform = :ios, "8.0"
|
|
|
|
s.vendored_frameworks = 'Mapbox.framework'
|
|
s.module_name = 'Mapbox'
|
|
|
|
end
|