diff options
author | Brad Leege <bleege@gmail.com> | 2015-04-07 15:11:26 -0500 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2015-04-07 15:11:26 -0500 |
commit | 482275f978007ec30d098889729e61ba2a095b32 (patch) | |
tree | 8379ee2d4f7045ed22fe455914ec8f08e61508ac /ios | |
parent | def309ba245635eeff53b3a5fb3b3821272d4d7c (diff) | |
parent | 778925a96a3fbbc936ff4ae16c926e8df35ed0e4 (diff) | |
download | qtlocation-mapboxgl-482275f978007ec30d098889729e61ba2a095b32.tar.gz |
Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1216-pause
Diffstat (limited to 'ios')
-rw-r--r-- | ios/MapboxGL.podspec | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ios/MapboxGL.podspec b/ios/MapboxGL.podspec deleted file mode 100644 index b474f7c9e7..0000000000 --- a/ios/MapboxGL.podspec +++ /dev/null @@ -1,33 +0,0 @@ -Pod::Spec.new do |m| - - m.name = 'MapboxGL' - m.version = '0.1.0' - - 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 bindings.' - m.homepage = 'https://www.mapbox.com/blog/mapbox-gl/' - m.license = 'BSD' - m.author = { 'Mapbox' => 'mobile@mapbox.com' } - m.screenshot = 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png' - m.social_media_url = 'https://twitter.com/mapbox' - - m.source = { :http => "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/mapbox-gl-ios-#{m.version.to_s}.zip" } - - m.platform = :ios - m.ios.deployment_target = '7.0' - - m.source_files = 'Headers/*.h' - - m.requires_arc = true - - m.resource_bundle = { 'MapboxGL' => 'MapboxGL.bundle/*' } - - m.frameworks = 'CoreLocation', 'CoreTelephony', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration' - - m.libraries = 'c++', 'sqlite3', 'z' - - m.vendored_library = 'libMapboxGL.a' - - m.xcconfig = { 'OTHER_CPLUSPLUSFLAGS' => '-std=gnu++11 -stdlib=libc++' } - -end |