[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 9 / 5 / WaterfallKit / 1.0.2 / WaterfallKit.podspec.json
blobd014a24dc2f82fb6e87dd846b23b7e047fb24010
2   "name": "WaterfallKit",
3   "version": "1.0.2",
4   "summary": "Prioritize and waterfall requests for interstitial video ads from AdColony, AppLovin, and Admob. Achieve 100% fill rate.",
5   "homepage": "https://github.com/p-morris/WaterfallKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pete Morris": "pete@iosfaststart.com"
12   },
13   "social_media_url": "https://stackoverflow.com/users/10246061/pete-morris",
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "12"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/p-morris/WaterfallKit.git",
21     "tag": "1.0.2",
22     "submodules": true
23   },
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "WaterfallKit/Core/*"
29     },
30     {
31       "name": "AdColony",
32       "source_files": "WaterfallKit/AdColony/*.swift",
33       "dependencies": {
34         "AdColony": [
35           "3.3.6"
36         ],
37         "WaterfallKit/Core": [
39         ]
40       }
41     },
42     {
43       "name": "AdMob",
44       "source_files": "WaterfallKit/AdMob/*.swift",
45       "dependencies": {
46         "Google-Mobile-Ads-SDK": [
47           "7.35.2"
48         ],
49         "WaterfallKit/Core": [
51         ]
52       }
53     },
54     {
55       "name": "AppLovin",
56       "source_files": "WaterfallKit/AppLovin/*.swift",
57       "dependencies": {
58         "AppLovinSDK": [
59           "5.1.2"
60         ],
61         "WaterfallKit/Core": [
63         ]
64       }
65     }
66   ]