[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 0 / 5 / BidMachine / 1.3.0 / BidMachine.podspec.json
blob98724fa786b8ef955dd8f5c64bce8fb81d7bc9f1
2   "name": "BidMachine",
3   "version": "1.3.0",
4   "summary": "BidMachine iOS SDK",
5   "description": "iOS client side of bid machine",
6   "homepage": "https://bidmachine.io",
7   "license": {
8     "type": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stack": "https://explorestack.com/bidmachine/"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/BidMachine/1.3.0/BidMachine-SDK-iOS-1.3.0.zip"
19   },
20   "frameworks": [
21     "AdSupport",
22     "SystemConfiguration",
23     "CoreTelephony",
24     "SafariServices",
25     "StoreKit"
26   ],
27   "libraries": [
28     "xml2",
29     "z"
30   ],
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "vendored_frameworks": "BidMachine.framework",
36       "dependencies": {
37         "StackModules": [
38           "~> 0.6.3"
39         ],
40         "StackIAB": [
41           "~> 0.5.0"
42         ],
43         "Protobuf": [
44           "~> 3.9"
45         ]
46       }
47     },
48     {
49       "name": "AdColonyAdapter",
50       "vendored_libraries": "libBDMAdColonyAdapter.a",
51       "dependencies": {
52         "BidMachine/Core": [
54         ],
55         "AdColony": [
56           "~> 3.3"
57         ]
58       }
59     },
60     {
61       "name": "FacebookAdapter",
62       "vendored_libraries": "libBDMFacebookAdapter.a",
63       "dependencies": {
64         "BidMachine/Core": [
66         ],
67         "FBAudienceNetwork": [
68           "~> 5.4"
69         ]
70       }
71     },
72     {
73       "name": "MyTargetAdapter",
74       "vendored_libraries": "libBDMMyTargetAdapter.a",
75       "dependencies": {
76         "BidMachine/Core": [
78         ],
79         "myTargetSDK": [
80           "~> 5.3"
81         ]
82       }
83     },
84     {
85       "name": "TapjoyAdapter",
86       "vendored_libraries": "libBDMTapjoyAdapter.a",
87       "dependencies": {
88         "BidMachine/Core": [
90         ],
91         "TapjoySDK": [
92           "~> 12.3"
93         ]
94       }
95     },
96     {
97       "name": "VungleAdapter",
98       "vendored_libraries": "libBDMVungleAdapter.a",
99       "dependencies": {
100         "BidMachine/Core": [
102         ],
103         "VungleSDK-iOS": [
104           "~> 6.3"
105         ]
106       }
107     }
108   ]