[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / c / f / CAMapSDKAMap / 1.0.4 / CAMapSDKAMap.podspec.json
blob452e04adfe271526582f6b7f41912f04552f11c7
2   "name": "CAMapSDKAMap",
3   "version": "1.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "地图融合SDK",
9   "description": "封装常见地图SDK",
10   "homepage": "https://github.com/datoujiejie/camap-sdk",
11   "authors": "datoujiejie",
12   "source": {
13     "git": "git@github.com:datoujiejie/camap-sdk.git",
14     "tag": "1.0.4"
15   },
16   "user_target_xcconfig": {
17     "ENABLE_BITCODE": "NO"
18   },
19   "pod_target_xcconfig": {
20     "ENABLE_BITCODE": "NO"
21   },
22   "platforms": {
23     "ios": "12.0"
24   },
25   "requires_arc": true,
26   "static_framework": true,
27   "xcconfig": {
28     "VALID_ARCHS": "x86_64 arm64"
29   },
30   "subspecs": [
31     {
32       "name": "AMAP",
33       "vendored_frameworks": "CAMapSDKAMap.xcframework",
34       "dependencies": {
35         "CAMapSDK": [
37         ],
38         "AMapSearch": [
40         ],
41         "AMap3DMap": [
43         ],
44         "AMapLocation": [
46         ]
47       },
48       "frameworks": [
49         "UIKit",
50         "MapKit",
51         "WebKit",
52         "MediaPlayer",
53         "CoreLocation",
54         "AdSupport",
55         "CoreMedia",
56         "AVFoundation",
57         "CoreTelephony",
58         "StoreKit",
59         "SystemConfiguration",
60         "MobileCoreServices",
61         "CoreMotion",
62         "Accelerate",
63         "AudioToolbox",
64         "JavaScriptCore",
65         "Security",
66         "CoreImage",
67         "AudioToolbox",
68         "ImageIO",
69         "QuartzCore",
70         "CoreGraphics",
71         "CoreText",
72         "GLKit"
73       ],
74       "libraries": [
75         "c++",
76         "z"
77       ]
78     }
79   ]