diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-03-25 11:47:39 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-03-25 11:47:39 -0700 |
commit | 76a51fd1eaa56cd8b19c35360f456f6f26ab9b5d (patch) | |
tree | d2fe78367080f583044728639473b37562c05d92 /ios | |
parent | 2570462ead817f50576137d03b3c2047d41a8b54 (diff) | |
download | qtlocation-mapboxgl-76a51fd1eaa56cd8b19c35360f456f6f26ab9b5d.tar.gz |
Also QuartzCore for calloutview
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 5b179bd3e4..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', 'CoreTelephony', 'GLKit', 'ImageIO', 'MobileCoreServices', 'SystemConfiguration' + m.frameworks = 'CoreLocation', 'CoreTelephony', 'GLKit', 'ImageIO', 'MobileCoreServices', 'QuartzCore', 'SystemConfiguration' m.libraries = 'c++', 'sqlite3', 'z' |