[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / c / f / CAMapSDKAMap / 1.0.7 / CAMapSDKAMap.podspec.json
blob236fc0c05cf54956c2616e525c1ac145340c89a1
2   "name": "CAMapSDKAMap",
3   "version": "1.0.7",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "地图融合SDK",
9   "description": "封装常见地图SDK",
10   "homepage": "https://github.com/datoujiejie/CAMAPSDK",
11   "authors": "datoujiejie",
12   "source": {
13     "git": "git@github.com:datoujiejie/CAMAPSDK.git",
14     "tag": "main"
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       "dependencies": {
34         "CAMapSDK": [
36         ],
37         "AMapSearch": [
39         ],
40         "AMap3DMap": [
42         ],
43         "AMapLocation": [
45         ]
46       },
47       "source_files": "CAMapSDK/Adapter/AMap/**/*.{h,m}",
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   ]