2015-10-31 13:21:02 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = "RCTMapboxGL"
|
2016-11-17 09:46:30 -08:00
|
|
|
s.version = "5.1.0"
|
2015-10-31 13:21:02 +01:00
|
|
|
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"
|
2015-10-31 13:48:29 +01:00
|
|
|
s.screenshot = "https://cldup.com/A8S_7rLg1L.png"
|
|
|
|
|
s.social_media_url = "https://twitter.com/mapbox"
|
2016-11-17 09:48:38 -08:00
|
|
|
s.documentation_url = "https://github.com/mapbox/react-native-mapbox-gl/blob/master/API.md"
|
2015-10-31 13:48:29 +01:00
|
|
|
|
2015-10-31 13:21:02 +01:00
|
|
|
s.source = { :git => "https://github.com/mapbox/react-native-mapbox-gl.git", :tag => "#{s.version}" }
|
2016-01-28 13:04:32 -08:00
|
|
|
s.platform = :ios, "8.0"
|
2015-10-31 13:21:02 +01:00
|
|
|
|
2016-01-28 13:04:32 -08:00
|
|
|
s.vendored_frameworks = 'Mapbox.framework'
|
|
|
|
|
s.module_name = 'Mapbox'
|
2017-02-07 10:04:43 +01:00
|
|
|
s.source_files = "RCTMapboxGL/*.{h,m}"
|
2015-10-31 13:21:02 +01:00
|
|
|
|
|
|
|
|
end
|