[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 9 / f / 8 / CAMapSDKBMap / 1.0.4 / CAMapSDKBMap.podspec.json
blobb1cedff99d92ed266a7659038745089c6257cf5c
2   "name": "CAMapSDKBMap",
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": "BMAP",
33       "vendored_frameworks": "CAMapSDKBMap.xcframework",
34       "dependencies": {
35         "CAMapSDK": [
37         ],
38         "BaiduMapKit": [
40         ],
41         "BMKLocationKit": [
43         ]
44       },
45       "frameworks": [
46         "UIKit",
47         "MapKit",
48         "WebKit",
49         "MediaPlayer",
50         "CoreLocation",
51         "AdSupport",
52         "CoreMedia",
53         "AVFoundation",
54         "CoreTelephony",
55         "StoreKit",
56         "SystemConfiguration",
57         "MobileCoreServices",
58         "CoreMotion",
59         "Accelerate",
60         "AudioToolbox",
61         "JavaScriptCore",
62         "Security",
63         "CoreImage",
64         "AudioToolbox",
65         "ImageIO",
66         "QuartzCore",
67         "CoreGraphics",
68         "CoreText"
69       ],
70       "libraries": [
71         "c++",
72         "resolv",
73         "z",
74         "sqlite3",
75         "bz2",
76         "xml2",
77         "iconv",
78         "c++abi"
79       ]
80     }
81   ]