Skip to content

Instantly share code, notes, and snippets.

@1ec5
Created March 31, 2016 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ec5/397a19284103702cd771e2afa565b1f3 to your computer and use it in GitHub Desktop.
Save 1ec5/397a19284103702cd771e2afa565b1f3 to your computer and use it in GitHub Desktop.
ios-v3.2.0-beta.3
Pod::Spec.new do |m|
m.name = 'Mapbox-iOS-SDK'
m.version = '3.2.0-beta.3'
m.summary = 'Open source vector map solution for iOS with full styling capabilities.'
m.description = 'Open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.'
m.homepage = 'https://www.mapbox.com/ios-sdk/'
m.license = { :type => 'BSD', :file => 'LICENSE.md' }
m.author = { 'Mapbox' => 'mobile@mapbox.com' }
m.screenshot = 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/ios/screenshot.png'
m.social_media_url = 'https://twitter.com/mapbox'
m.documentation_url = 'https://www.mapbox.com/ios-sdk/'
m.source = {
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-#{m.version.to_s}-dynamic.zip",
:flatten => true
}
m.platform = :ios
m.ios.deployment_target = '8.0'
m.requires_arc = true
m.vendored_frameworks = 'dynamic/Mapbox.framework'
m.module_name = 'Mapbox'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment