summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-25 14:08:41 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-03-25 14:08:41 -0700
commit675f138154361411cd7ccd627753009f736a3ee0 (patch)
treea5add22dd5ce9a4bf362bda8d9fbf6ce0fa5b6d1 /ios
parentb8be6d874e3be116184156a9430b1bfb437908ac (diff)
parent76a51fd1eaa56cd8b19c35360f456f6f26ab9b5d (diff)
downloadqtlocation-mapboxgl-675f138154361411cd7ccd627753009f736a3ee0.tar.gz
Merge pull request #1098 from mapbox/1ec5-pod-telephony
update podspec frameworks
Diffstat (limited to 'ios')
-rw-r--r--ios/MapboxGL.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MapboxGL.podspec b/ios/MapboxGL.podspec
index 6179667444..b474f7c9e7 100644
--- a/ios/MapboxGL.podspec
+++ b/ios/MapboxGL.podspec
@@ -22,7 +22,7 @@ Pod::Spec.new do |m|
m.resource_bundle = { 'MapboxGL' => 'MapboxGL.bundle/*' }
- m.frameworks = 'CoreLocation', 'GLKit', 'ImageIO', 'MobileCoreServices', 'SystemConfiguration'
+ m.frameworks = 'CoreLocation', 'CoreTelephony', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration'
m.libraries = 'c++', 'sqlite3', 'z'