Skip to content

Instantly share code, notes, and snippets.

@1ec5
Created April 19, 2016 16:13
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/b2b029b64c6f55b3da4ed4325ebcfa62 to your computer and use it in GitHub Desktop.
Save 1ec5/b2b029b64c6f55b3da4ed4325ebcfa62 to your computer and use it in GitHub Desktop.
1ec5-defaults-queue-2.podspec
Pod::Spec.new do |m|
m.name = 'Mapbox-iOS-SDK'
m.version = '3.3.0-symbols'
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://github.com/mapbox/mapbox-gl-native/files/226296/mapbox-ios-sdk.1ec5-defaults-queue-2.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