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