[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / c / FSAdSDK / 0.1.1 / FSAdSDK.podspec.json
blob69fd8a2af13ed7d4786ecf26aee3403fb4b80ab0
2   "name": "FSAdSDK",
3   "version": "0.1.1",
4   "summary": "Freestar iOS Mobile Advertising SDK.",
5   "description": "Freestar's SDK to easily display ads from over 30 demand sources. Visit freestar.io for more info.",
6   "homepage": "https://freestar.io",
7   "authors": {
8     "Freestar - Dean Chang": "dean.chang@freestar.io"
9   },
10   "license": {
11     "type": "Freestar Limited License"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/freestarcapital/Freestar-Mobile-iOS-SDK.git",
18     "tag": "0.1.1"
19   },
20   "default_subspecs": "Core",
21   "dependencies": {
22     "FSCache": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "FSAdSDK/Registration": [
32         ],
33         "FSAdSDK/Common": [
35         ]
36       }
37     },
38     {
39       "name": "Registration",
40       "source_files": "SDK/FSAdSDK.framework/Headers/*.{h}",
41       "vendored_frameworks": "SDK/FSAdSDK.framework",
42       "preserve_paths": "SDK/FSAdSDK.framework/*"
43     },
44     {
45       "name": "Common",
46       "source_files": "SDK/FSCommon.framework/Headers/*.{h}",
47       "vendored_frameworks": "SDK/FSCommon.framework",
48       "preserve_paths": "SDK/FSCommon.framework/*"
49     },
50     {
51       "name": "DFP",
52       "source_files": "SDK/FSDFP.framework/Headers/*.{h}",
53       "vendored_frameworks": "SDK/FSDFP.framework",
54       "preserve_paths": "SDK/FSDFP.framework/*"
55     },
56     {
57       "name": "Banner",
58       "dependencies": {
59         "FSAdSDK/Core": [
61         ],
62         "FSAdSDK/DFP": [
64         ]
65       }
66     },
67     {
68       "name": "Interstitial",
69       "dependencies": {
70         "FSAdSDK/Core": [
72         ],
73         "FSAdSDK/DFP": [
75         ]
76       }
77     }
78   ]