summaryrefslogtreecommitdiff
path: root/platform/ios/Mapbox-iOS-SDK-static-part.podspec
diff options
context:
space:
mode:
authorFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2016-07-14 11:30:20 +0200
committerGitHub <noreply@github.com>2016-07-14 11:30:20 +0200
commitc531686ecceed3ca13484367dee121574b11acb7 (patch)
tree3ff1b3b271408769eea9641fe25e98772c04fa75 /platform/ios/Mapbox-iOS-SDK-static-part.podspec
parent0d065af4100751927ed27ab1d3d4bee63448665f (diff)
downloadqtlocation-mapboxgl-c531686ecceed3ca13484367dee121574b11acb7.tar.gz
[ios] fixes #4536 include podspec for static framework (#5653)
* [ios] fixes #4536 include podspec for static framework * [ios] removed excessive frameworks, libraries and flags from the static podspec * [ios] cleaned up the podspec
Diffstat (limited to 'platform/ios/Mapbox-iOS-SDK-static-part.podspec')
-rw-r--r--platform/ios/Mapbox-iOS-SDK-static-part.podspec11
1 files changed, 11 insertions, 0 deletions
diff --git a/platform/ios/Mapbox-iOS-SDK-static-part.podspec b/platform/ios/Mapbox-iOS-SDK-static-part.podspec
new file mode 100644
index 0000000000..86d2a7b936
--- /dev/null
+++ b/platform/ios/Mapbox-iOS-SDK-static-part.podspec
@@ -0,0 +1,11 @@
+ m.ios.deployment_target = '7.0'
+
+ m.requires_arc = true
+
+ m.preserve_paths = '**'
+ m.source_files = 'Headers/*.h', 'MGLDummy.m'
+ m.resource_bundle = { 'Mapbox' => 'Mapbox.bundle/*' }
+ m.vendored_frameworks = 'Mapbox.framework'
+ m.module_name = 'Mapbox'
+
+end