[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / f / a / ZFRewardVideoManager / 0.0.2 / ZFRewardVideoManager.podspec.json
blobf00e0cfed7e3e289ed68c4944ce0bef8d3eef7ef
2   "name": "ZFRewardVideoManager",
3   "version": "0.0.2",
4   "summary": "ZFRewardVideoManager integrates and dispatches mainstream leading reward video platform videos.",
5   "homepage": "https://github.com/ruozi/ZFRewardVideoManager",
6   "license": "MIT",
7   "authors": {
8     "ruozi": "wizardfan88@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/ruozi/ZFRewardVideoManager.git",
15     "tag": "0.0.2"
16   },
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": [
22         "ZFRewardVideoManager/*.{h,m}",
23         "ZFRewardVideoManager/Utils/*.{h,m}",
24         "ZFRewardVideoManager/Mediator/*.{h,m}",
25         "ZFRewardVideoManager/Categories/*.{h,m}"
26       ],
27       "public_header_files": "ZFRewardVideoManager/*.h"
28     },
29     {
30       "name": "Vungle",
31       "dependencies": {
32         "ZFRewardVideoManager/Core": [
34         ],
35         "VungleSDK-iOS": [
36           "~> 3.2.2"
37         ]
38       },
39       "source_files": [
40         "ZFRewardVideoManager/Utils/ZFCommon.{h,m}",
41         "ZFRewardVideoManager/Platforms/Vungle/*.{h,m}",
42         "ZFRewardVideoManager/Platforms/Vungle/Action/*.{h,m}"
43       ]
44     },
45     {
46       "name": "Appnext",
47       "dependencies": {
48         "ZFRewardVideoManager/Core": [
50         ]
51       },
52       "source_files": [
53         "ZFRewardVideoManager/Platforms/Appnext/*.{h,m}",
54         "ZFRewardVideoManager/Platforms/Appnext/Action/*.{h,m}",
55         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/include/AppnextLib/*.h",
56         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/include/AppnextSDKCore/*.h"
57       ],
58       "vendored_libraries": [
59         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/libAppnextLib.a",
60         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/libAppnextSDKCore.a"
61       ],
62       "frameworks": [
63         "AdSupport",
64         "AudioToolbox",
65         "AVFoundation",
66         "CFNetwork",
67         "CoreGraphics",
68         "CoreMedia",
69         "Foundation",
70         "MediaPlayer",
71         "QuartzCore",
72         "StoreKit",
73         "SystemConfiguration",
74         "UIKit",
75         "WebKit",
76         "Security",
77         "AVFoundation",
78         "MobileCoreServices",
79         "CoreTelephony"
80       ]
81     },
82     {
83       "name": "Adcolony",
84       "dependencies": {
85         "ZFRewardVideoManager/Core": [
87         ],
88         "AdColony": [
89           "~> 2.6.3"
90         ]
91       },
92       "source_files": [
93         "ZFRewardVideoManager/Platforms/Adcolony/*.{h,m}",
94         "ZFRewardVideoManager/Platforms/Adcolony/Action/*.{h,m}"
95       ]
96     },
97     {
98       "name": "Unity",
99       "dependencies": {
100         "ZFRewardVideoManager/Core": [
102         ]
103       },
104       "source_files": [
105         "ZFRewardVideoManager/Platforms/Unity/*.{h,m}",
106         "ZFRewardVideoManager/Platforms/Unity/Action/*.{h,m}",
107         "ZFRewardVideoManager/Utils/ZFCommon.{h,m}"
108       ],
109       "vendored_frameworks": "ZFRewardVideoManager/Platforms/Unity/UnitySDK/UnityAds.framework"
110     }
111   ]