[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / BidmadAdapterFNC / 0.0.3 / BidmadAdapterFNC.podspec.json
blob5b72f35d6389a9b0fa5cb3dba33abcb882979b85
2   "name": "BidmadAdapterFNC",
3   "version": "0.0.3",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "summary": "BidmadAdapterFC is an ad adapter with support for Tapjoy, AdFit, and Pangle.",
8   "description": "BidmadAdapterFC is an ad adapter with support for Tapjoy, AdFit, and Pangle. Please setup BidmadSDK (3.0.0 or higher) first.",
9   "homepage": "https://github.com/bidmad/cocoapod.git",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Markus": "markus@adop.cc"
16   },
17   "source": {
18     "git": "https://github.com/MarkusOhADOP/cocoapod-testing-suite.git",
19     "tag": "3.0.7"
20   },
21   "default_subspecs": "ForNative",
22   "static_framework": true,
23   "requires_arc": true,
24   "vendored_frameworks": "BidmadAdapterFNC.framework",
25   "dependencies": {
26     "Ads-Global": [
27       "3.8.1.0"
28     ],
29     "TapjoySDK": [
30       "12.8.1"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "ForNative",
36       "dependencies": {
37         "AdFitSDK": [
38           "3.7.0"
39         ]
40       }
41     },
42     {
43       "name": "ForGame",
44       "platforms": {
45         "ios": "10.0"
46       },
47       "vendored_frameworks": "BidmadAdapterFNC.framework",
48       "resource_bundles": {
49         "bidmad_asset": [
50           "Assets/*"
51         ]
52       }
53     }
54   ]