[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / a / ZFRewardVideoManager / 1.0.0 / ZFRewardVideoManager.podspec.json
blob80d4c0e23e8b18f365ecd65cfb2f5bdc8e68c8a9
2   "name": "ZFRewardVideoManager",
3   "version": "1.0.0",
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": "1.0.0"
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           "~> 4.0.9"
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           "~> 3.0.6"
90         ]
91       },
92       "source_files": [
93         "ZFRewardVideoManager/Platforms/Adcolony/*.{h,m}",
94         "ZFRewardVideoManager/Platforms/Adcolony/Action/*.{h,m}",
95         "ZFRewardVideoManager/Utils/ZFCommon.{h,m}"
96       ]
97     },
98     {
99       "name": "Unity",
100       "dependencies": {
101         "ZFRewardVideoManager/Core": [
103         ]
104       },
105       "source_files": [
106         "ZFRewardVideoManager/Platforms/Unity/*.{h,m}",
107         "ZFRewardVideoManager/Platforms/Unity/Action/*.{h,m}",
108         "ZFRewardVideoManager/Utils/ZFCommon.{h,m}"
109       ],
110       "vendored_frameworks": "ZFRewardVideoManager/Platforms/Unity/UnitySDK/UnityAds.framework"
111     }
112   ]