diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-05-05 17:00:25 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-05-05 17:00:25 -0700 |
commit | 388d5da3055b0a0766e8f1b247c9ef67d22d9b1e (patch) | |
tree | 6eec4d8f16ddc1446cc506426a5de31105970bf1 /ios | |
parent | 1e8a480e1b7591b15bd0c6759dbd9d9418805cd7 (diff) | |
download | qtlocation-mapboxgl-388d5da3055b0a0766e8f1b247c9ef67d22d9b1e.tar.gz |
add mention of CocoaPods to get ahead of release
Diffstat (limited to 'ios')
-rw-r--r-- | ios/MapboxGL.podspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/MapboxGL.podspec b/ios/MapboxGL.podspec index fa6f806ce7..3529e3c006 100644 --- a/ios/MapboxGL.podspec +++ b/ios/MapboxGL.podspec @@ -26,7 +26,6 @@ Pod::Spec.new do |m| m.resource_bundle = { 'MapboxGL' => 'MapboxGL.bundle/*' } m.vendored_library = 'libMapboxGL.a' - m.frameworks = 'CoreLocation', 'CoreTelephony', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration' m.libraries = 'c++', 'sqlite3', 'z' m.xcconfig = { 'OTHER_CPLUSPLUSFLAGS' => '-std=gnu++11 -stdlib=libc++' } |