[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / f / b / e / AdWangMaiSDK / 5.8.1 / AdWangMaiSDK.podspec.json
blob98c1e97342489448f2d08e25590f60c1015be642
2   "name": "AdWangMaiSDK",
3   "version": "5.8.1",
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": "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.8.1"
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         "AssetsLibrary",
56         "AdSupport",
57         "Audiotoolbox",
58         "AddressBook",
59         "AVKit",
60         "AVFoundation",
61         "Accelerate",
62         "CoreServices",
63         "CoreImage",
64         "CoreLocation",
65         "CoreTelephony",
66         "CoreText",
67         "CoreMotion",
68         "CoreFoundation",
69         "CoreGraphics",
70         "CoreMedia",
71         "CoreData",
72         "DeviceCheck",
73         "Foundation",
74         "ImageIO",
75         "JavaScriptCore",
76         "MobileCoreServices",
77         "MapKit",
78         "MessageUI",
79         "MediaPlayer",
80         "Photos",
81         "QuartzCore",
82         "QuickLook",
83         "SystemConfiguration",
84         "Security",
85         "StoreKit",
86         "SafariServices",
87         "UIKit",
88         "WebKit"
89       ],
90       "libraries": [
91         "z",
92         "resolv.9",
93         "xml2",
94         "c++",
95         "c++abi",
96         "z.1.2.5",
97         "sqlite3.0",
98         "sqlite3",
99         "bz2.1.0",
100         "bz2",
101         "iconv"
102       ]
103     },
104     {
105       "name": "JDYunAdapter",
106       "platforms": {
107         "ios": "11.0"
108       },
109       "vendored_libraries": "WangMaiSDK/JDYunAdapter/*.a",
110       "dependencies": {
111         "AdWangMaiSDK/AdSDk": [
113         ],
114         "JADYun": [
115           "~> 2.4.6"
116         ]
117       }
118     }
119   ]