[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / 8 / SSPSDK / 0.0.1 / SSPSDK.podspec.json
blob125849343d5d1792b779f7173f1a92dd4079a785
2   "name": "SSPSDK",
3   "version": "0.0.1",
4   "summary": "SSPSDK is a framework which include all kinds of advertisements.",
5   "description": "SSPSDK is a framework which include all kinds of advertisements. Ads include splash ads,rewarded video ads,banner ads, interstitial ads,etc.",
6   "homepage": "https://www.hotssp.com",
7   "license": {
8     "type": "Commercial",
9     "text": "See https://dl.hotssp.com/public/media/HotSSPDeveloperAgreement.pdf"
10   },
11   "authors": {
12     "support": "ios@hotssp.com"
13   },
14   "source": {
15     "http": "https://dl.hotssp.com/public/download/SSPSDK_For_iOS_v0.0.1.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": "SSPSDK",
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
23     "OTHER_LDFLAGS": "-ObjC"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "subspecs": [
29     {
30       "name": "SSPSDK",
31       "vendored_frameworks": "SSPSDK/SSPSDK.framework",
32       "frameworks": [
33         "UIKit",
34         "Foundation",
35         "WebKit",
36         "AdSupport",
37         "SystemConfiguration",
38         "CoreTelephony",
39         "Security",
40         "StoreKit",
41         "CoreLocation",
42         "ImageIO"
43       ]
44     },
45     {
46       "name": "GDT",
47       "vendored_frameworks": "SSPSDK/Plugins/GDTPlugin.framework",
48       "frameworks": [
49         "QuartzCore",
50         "AVFoundation"
51       ],
52       "libraries": [
53         "z",
54         "xml2"
55       ],
56       "dependencies": {
57         "SSPSDK/SSPSDK": [
59         ]
60       }
61     },
62     {
63       "name": "KuaiShou",
64       "vendored_frameworks": [
65         "SSPSDK/Plugins/KuaiShouPlugin.framework",
66         "SSPSDK/Plugins/KSAdSDK.framework"
67       ],
68       "xcconfig": {
69         "ENABLE_BITCODE": "NO"
70       },
71       "frameworks": [
72         "MobileCoreServices",
73         "CoreGraphics",
74         "CoreData",
75         "AVFoundation",
76         "MediaPlayer",
77         "CoreMedia",
78         "Accelerate",
79         "AVKit",
80         "MessageUI",
81         "QuickLook",
82         "AddressBook"
83       ],
84       "libraries": [
85         "z",
86         "xml2",
87         "resolv.9",
88         "sqlite3",
89         "c++",
90         "c++abi"
91       ],
92       "dependencies": {
93         "SSPSDK/SSPSDK": [
95         ]
96       }
97     },
98     {
99       "name": "CSJ",
100       "vendored_frameworks": "SSPSDK/Plugins/CSJPlugin.framework",
101       "frameworks": [
102         "MapKit",
103         "MediaPlayer",
104         "CoreMedia",
105         "AVFoundation",
106         "MobileCoreServices",
107         "CoreMotion",
108         "Accelerate",
109         "AudioToolbox",
110         "JavaScriptCore"
111       ],
112       "libraries": [
113         "c++",
114         "resolv",
115         "z",
116         "sqlite3",
117         "bz2",
118         "xml2",
119         "iconv"
120       ],
121       "dependencies": {
122         "SSPSDK/SSPSDK": [
124         ]
125       }
126     },
127     {
128       "name": "AdMob",
129       "vendored_frameworks": "SSPSDK/Plugins/AdMobPlugin.framework",
130       "dependencies": {
131         "SSPSDK/SSPSDK": [
133         ]
134       }
135     }
136   ]