summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-04-07 15:11:26 -0500
committerBrad Leege <bleege@gmail.com>2015-04-07 15:11:26 -0500
commit482275f978007ec30d098889729e61ba2a095b32 (patch)
tree8379ee2d4f7045ed22fe455914ec8f08e61508ac /ios
parentdef309ba245635eeff53b3a5fb3b3821272d4d7c (diff)
parent778925a96a3fbbc936ff4ae16c926e8df35ed0e4 (diff)
downloadqtlocation-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.podspec33
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