[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 9 / Mapbox-iOS-SDK / 6.3.0-beta.1 / Mapbox-iOS-SDK.podspec.json
blob8a86281c9b301047909d6f0b9aa9d025b44ea5fb
2   "name": "Mapbox-iOS-SDK",
3   "version": "6.3.0-beta.1",
4   "summary": "Open source vector map solution for iOS with full styling capabilities.",
5   "description": "Open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.",
6   "homepage": "https://docs.mapbox.com/ios/maps/",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Mapbox": "mobile@mapbox.com"
13   },
14   "screenshots": "https://docs.mapbox.com/ios/maps/api/6.3.0-beta.1/img/screenshot.png",
15   "social_media_url": "https://twitter.com/mapbox",
16   "documentation_url": "https://docs.mapbox.com/ios/maps/api/",
17   "source": {
18     "http": "https://api.mapbox.com/downloads/v2/mobile-maps/releases/ios/packages/6.3.0-beta.1/mapbox-ios-sdk-dynamic.zip",
19     "flatten": true
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "vendored_frameworks": "dynamic/Mapbox.framework",
26   "module_name": "Mapbox",
27   "preserve_paths": "**/*.bcsymbolmap",
28   "dependencies": {
29     "MapboxMobileEvents": [
30       "~> 0.10.4"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e"
35   },
36   "user_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e"
38   }