[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / c / FSAdSDK / 0.6.9 / FSAdSDK.podspec.json
blobfabddcdfa15368e4b6d61a7fe13c5d941ed73941
2   "name": "FSAdSDK",
3   "version": "0.6.9",
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": "9.0"
15   },
16   "source": {
17     "http": "https://storage.googleapis.com/freestar-sdk/FSAdSDK/FSAdSDK-0.6.9.tar.gz"
18   },
19   "default_subspecs": "Core",
20   "swift_versions": "5.0",
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "FSAdSDK/Registration": [
30         ],
31         "FSCache": [
33         ],
34         "FSCommon": [
36         ],
37         "FSDFP": [
39         ],
40         "Protobuf": [
41           "~> 3.10.0"
42         ],
43         "PrebidMobileFS": [
44           "~> 0.6.1"
45         ]
46       }
47     },
48     {
49       "name": "Registration",
50       "source_files": "SDK/FSAdSDK.framework/Headers/*.{h}",
51       "vendored_frameworks": "SDK/FSAdSDK.framework",
52       "preserve_paths": "SDK/FSAdSDK.framework/*"
53     },
54     {
55       "name": "Banner",
56       "dependencies": {
57         "FSAdSDK/Core": [
59         ]
60       }
61     },
62     {
63       "name": "Interstitial",
64       "dependencies": {
65         "FSAdSDK/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Mediation",
72       "subspecs": [
73         {
74           "name": "MoPub",
75           "source_files": "SDK/MoPubAdapter.framework/Versions/A/Headers/*.{h}",
76           "vendored_frameworks": "SDK/MoPubAdapter.framework",
77           "preserve_paths": "SDK/MoPubAdapter.framework/*",
78           "dependencies": {
79             "mopub-ios-sdk/Core": [
80               "5.11.0"
81             ],
82             "Google-Mobile-Ads-SDK": [
83               "7.61.0"
84             ]
85           }
86         },
87         {
88           "name": "Facebook",
89           "source_files": "SDK/FacebookAdapter.framework/Versions/A/Headers/*.{h}",
90           "vendored_frameworks": "SDK/FacebookAdapter.framework",
91           "preserve_paths": "SDK/FacebookAdapter.framework/*",
92           "dependencies": {
93             "FBAudienceNetwork": [
94               "5.6.1"
95             ],
96             "Google-Mobile-Ads-SDK": [
97               "7.61.0"
98             ]
99           }
100         }
101       ]
102     }
103   ],
104   "swift_version": "5.0"