diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-03-25 11:31:36 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-03-25 11:31:36 -0700 |
commit | 2570462ead817f50576137d03b3c2047d41a8b54 (patch) | |
tree | 22eea040ad5bfbb5c5cbcfdf019b3b9344520d6c /ios | |
parent | a0060a894d70719a77118106f19fb1a74fc00154 (diff) | |
download | qtlocation-mapboxgl-2570462ead817f50576137d03b3c2047d41a8b54.tar.gz |
Added CoreTelephony to Podspec frameworks
Ref #1036, #1094
Diffstat (limited to 'ios')
-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..5b179bd3e4 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', 'SystemConfiguration' m.libraries = 'c++', 'sqlite3', 'z' |