[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / b / e / AdWangMaiSDK / 5.5.2 / AdWangMaiSDK.podspec.json
blobde62bc3ba2215a87d8ee42c594a8f810899576ee
2   "name": "AdWangMaiSDK",
3   "version": "5.5.2",
4   "summary": "AdWangMaiSDK is a SDK from WangMai providing AD service.",
5   "description": "AdWangMaiSDK is a SDK from WangMai providing AD service.",
6   "homepage": "https://github.com/yangdimuyi/AdWangMaiSDK-iOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "WangMai": "yangdi.yang@adwangmai.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "xcconfig": {
18     "VALID_ARCHS": "arm64 x86_64",
19     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
20     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
21     "OTHER_LDFLAGS": [
22       "-ObjC"
23     ],
24     "ENABLE_BITCODE": "NO"
25   },
26   "user_target_xcconfig": {
27     "OTHER_LDFLAGS": [
28       "-ObjC"
29     ],
30     "ENABLE_BITCODE": "NO",
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "pod_target_xcconfig": {
34     "OTHER_LDFLAGS": [
35       "-ObjC"
36     ],
37     "ENABLE_BITCODE": "NO",
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "source": {
41     "git": "https://github.com/yangdimuyi/AdWangMaiSDK-iOS.git",
42     "tag": "5.5.2"
43   },
44   "requires_arc": true,
45   "default_subspecs": "AdSDk",
46   "subspecs": [
47     {
48       "name": "AdSDk",
49       "resources": "WangMaiSDK/adwangmai_sdk.bundle",
50       "ios": {
51         "vendored_frameworks": "WangMaiSDK/AdWangMaiSDK.framework"
52       },
53       "frameworks": [
54         "AppTrackingTransparency",
55         "AVFoundation",
56         "AdSupport",
57         "CoreTelephony",
58         "CoreFoundation",
59         "CoreLocation",
60         "CoreMotion",
61         "Foundation",
62         "SystemConfiguration",
63         "UIKit",
64         "WebKit"
65       ],
66       "libraries": [
67         "z",
68         "resolv.9",
69         "xml2",
70         "c++",
71         "c++abi",
72         "z.1.2.5",
73         "bz2.1.0",
74         "bz2",
75         "iconv"
76       ]
77     },
78     {
79       "name": "JDYunAdapter",
80       "platforms": {
81         "ios": "11.0"
82       },
83       "vendored_libraries": "WangMaiSDK/JDYunAdapter/*.a",
84       "dependencies": {
85         "AdWangMaiSDK/AdSDk": [
87         ],
88         "JADYun": [
89           "~> 2.3.0"
90         ]
91       }
92     }
93   ]