diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-03-25 14:08:41 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-03-25 14:08:41 -0700 |
commit | 675f138154361411cd7ccd627753009f736a3ee0 (patch) | |
tree | a5add22dd5ce9a4bf362bda8d9fbf6ce0fa5b6d1 /ios/MapboxGL.podspec | |
parent | b8be6d874e3be116184156a9430b1bfb437908ac (diff) | |
parent | 76a51fd1eaa56cd8b19c35360f456f6f26ab9b5d (diff) | |
download | qtlocation-mapboxgl-675f138154361411cd7ccd627753009f736a3ee0.tar.gz |
Merge pull request #1098 from mapbox/1ec5-pod-telephony
update podspec frameworks
Diffstat (limited to 'ios/MapboxGL.podspec')
-rw-r--r-- | ios/MapboxGL.podspec | 2 |
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' |