[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / a / ZFRewardVideoManager / 1.0.2 / ZFRewardVideoManager.podspec.json
blob24a8f5fb7395d2cccfd4d114b294888b7bc7d3f2
2   "name": "ZFRewardVideoManager",
3   "version": "1.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/xbull/ZFRewardVideoManager.git",
15     "tag": "1.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       "requires_arc": "ZFRewardVideoManager/*.m"
29     },
30     {
31       "name": "Vungle",
32       "dependencies": {
33         "ZFRewardVideoManager/Core": [
35         ],
36         "VungleSDK-iOS": [
37           "~> 4.0.9"
38         ]
39       },
40       "source_files": [
41         "ZFRewardVideoManager/Utils/ZFCommon.{h,m}",
42         "ZFRewardVideoManager/Platforms/Vungle/*.{h,m}",
43         "ZFRewardVideoManager/Platforms/Vungle/Action/*.{h,m}"
44       ]
45     },
46     {
47       "name": "Appnext",
48       "dependencies": {
49         "ZFRewardVideoManager/Core": [
51         ]
52       },
53       "source_files": [
54         "ZFRewardVideoManager/Platforms/Appnext/*.{h,m}",
55         "ZFRewardVideoManager/Platforms/Appnext/Action/*.{h,m}",
56         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/include/AppnextLib/*.h",
57         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/include/AppnextSDKCore/*.h"
58       ],
59       "vendored_libraries": [
60         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/libAppnextLib.a",
61         "ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/libAppnextSDKCore.a"
62       ],
63       "frameworks": [
64         "AdSupport",
65         "AudioToolbox",
66         "AVFoundation",
67         "CFNetwork",
68         "CoreGraphics",
69         "CoreMedia",
70         "Foundation",
71         "MediaPlayer",
72         "QuartzCore",
73         "StoreKit",
74         "SystemConfiguration",
75         "UIKit",
76         "WebKit",
77         "Security",
78         "AVFoundation",
79         "MobileCoreServices",
80         "CoreTelephony"
81       ]
82     },
83     {
84       "name": "Adcolony",
85       "dependencies": {
86         "ZFRewardVideoManager/Core": [
88         ],
89         "AdColony": [
90           "~> 3.0.6"
91         ]
92       },
93       "source_files": [
94         "ZFRewardVideoManager/Platforms/Adcolony/*.{h,m}",
95         "ZFRewardVideoManager/Platforms/Adcolony/Action/*.{h,m}",
96         "ZFRewardVideoManager/Utils/ZFCommon.{h,m}"
97       ]
98     },
99     {
100       "name": "Unity",
101       "dependencies": {
102         "ZFRewardVideoManager/Core": [
104         ]
105       },
106       "source_files": [
107         "ZFRewardVideoManager/Platforms/Unity/*.{h,m}",
108         "ZFRewardVideoManager/Platforms/Unity/Action/*.{h,m}",
109         "ZFRewardVideoManager/Utils/ZFCommon.{h,m}"
110       ],
111       "vendored_frameworks": "ZFRewardVideoManager/Platforms/Unity/UnitySDK/UnityAds.framework"
112     }
113   ]