diff options
Diffstat (limited to 'ios/MapboxGL.podspec')
-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++' } |