[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / c / FSAdSDK / 0.6.1 / FSAdSDK.podspec.json
blobffde4056e704c6dab101c1d8ac96ceb13b2f5381
2   "name": "FSAdSDK",
3   "version": "0.6.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": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/freestarcapital/Freestar-Mobile-iOS-SDK.git",
18     "tag": "0.6.1"
19   },
20   "default_subspecs": "Core",
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "FSAdSDK/Registration": [
31         ],
32         "FSCache": [
34         ],
35         "FSCommon": [
37         ],
38         "FSDFP": [
40         ],
41         "Protobuf": [
42           "~> 3.10.0"
43         ],
44         "PrebidMobileFS": [
45           "~> 0.6.1"
46         ]
47       }
48     },
49     {
50       "name": "Registration",
51       "source_files": "SDK/FSAdSDK.framework/Headers/*.{h}",
52       "vendored_frameworks": "SDK/FSAdSDK.framework",
53       "preserve_paths": "SDK/FSAdSDK.framework/*"
54     },
55     {
56       "name": "Banner",
57       "dependencies": {
58         "FSAdSDK/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Interstitial",
65       "dependencies": {
66         "FSAdSDK/Core": [
68         ]
69       }
70     },
71     {
72       "name": "Mediation",
73       "subspecs": [
74         {
75           "name": "MoPub",
76           "source_files": "SDK/MoPubAdapter.framework/Versions/A/Headers/*.{h}",
77           "vendored_frameworks": "SDK/MoPubAdapter.framework",
78           "preserve_paths": "SDK/MoPubAdapter.framework/*",
79           "dependencies": {
80             "mopub-ios-sdk/Core": [
81               "5.8.0"
82             ],
83             "Google-Mobile-Ads-SDK": [
84               "7.50.0"
85             ]
86           }
87         }
88       ]
89     }
90   ],
91   "swift_version": "5.0"