From c4cbe648b1c9cf224740015efaac54bc327f9b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Wed, 19 Aug 2015 14:23:30 -0700 Subject: [iOS] Replaced deprecated podspec flag Per https://github.com/mapbox/mapbox-gl-native/issues/1870#issuecomment-132417161. ref CocoaPods/CocoaPods#3573 --- ios/Mapbox-iOS-SDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios/Mapbox-iOS-SDK.podspec') diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec index 28af4374be..8f94fe09a5 100644 --- a/ios/Mapbox-iOS-SDK.podspec +++ b/ios/Mapbox-iOS-SDK.podspec @@ -30,7 +30,7 @@ Pod::Spec.new do |m| m.frameworks = 'CoreLocation', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration' m.libraries = 'c++', 'sqlite3', 'z' - m.xcconfig = { + m.pod_target_xcconfig = { 'OTHER_CPLUSPLUSFLAGS' => '-std=gnu++11 -stdlib=libc++', 'OTHER_LDFLAGS' => '-ObjC', } -- cgit v1.2.1