[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / c / FSAdSDK / 0.4.0 / FSAdSDK.podspec.json
blob0adca0f74d5021f88bc302f091df0c408c1f19f3
2   "name": "FSAdSDK",
3   "version": "0.4.0",
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.4.0"
19   },
20   "default_subspecs": "Core",
21   "dependencies": {
22     "FSCache": [
24     ],
25     "Protobuf": [
27     ],
28     "PrebidMobileFS": [
29       "~> 0.6.0"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "dependencies": {
39         "FSAdSDK/Registration": [
41         ],
42         "FSAdSDK/Common": [
44         ]
45       }
46     },
47     {
48       "name": "Registration",
49       "source_files": "SDK/FSAdSDK.framework/Headers/*.{h}",
50       "vendored_frameworks": "SDK/FSAdSDK.framework",
51       "preserve_paths": "SDK/FSAdSDK.framework/*"
52     },
53     {
54       "name": "Common",
55       "source_files": "SDK/FSCommon.framework/Headers/*.{h}",
56       "vendored_frameworks": "SDK/FSCommon.framework",
57       "preserve_paths": "SDK/FSCommon.framework/*"
58     },
59     {
60       "name": "DFP",
61       "source_files": "SDK/FSDFP.framework/Headers/*.{h}",
62       "vendored_frameworks": "SDK/FSDFP.framework",
63       "preserve_paths": "SDK/FSDFP.framework/*"
64     },
65     {
66       "name": "Banner",
67       "dependencies": {
68         "FSAdSDK/Core": [
70         ],
71         "FSAdSDK/DFP": [
73         ]
74       }
75     },
76     {
77       "name": "Interstitial",
78       "dependencies": {
79         "FSAdSDK/Core": [
81         ],
82         "FSAdSDK/DFP": [
84         ]
85       }
86     }
87   ]