[Add] FriendlyCaptcha 1.0.0
[CocoaPods.git] / Specs / 0 / 8 / 9 / ZFNativeAdsManager / 1.2.1 / ZFNativeAdsManager.podspec.json
blob463dcccbac04fb8229caca517e8b62be26a65110
2   "name": "ZFNativeAdsManager",
3   "version": "1.2.1",
4   "summary": "ZFNativeAdsManager integrates and dispatches mainstream leading native ads platform.",
5   "homepage": "https://github.com/xbull/ZFNativeAdsManager",
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/ZFNativeAdsManager.git",
15     "tag": "1.2.1"
16   },
17   "default_subspecs": "Core",
18   "deprecated": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "ZFNativeAdsManager/Mediator/*.{h,m}",
23       "requires_arc": false
24     },
25     {
26       "name": "NativeCore",
27       "dependencies": {
28         "ZFNativeAdsManager/Core": [
30         ]
31       },
32       "source_files": [
33         "ZFNativeAdsManager/{ZFNativeAdsManager,ZFReformedNativeAd}.{h,m}",
34         "ZFNativeAdsManager/ZFNativeAdsDefine.h",
35         "ZFNativeAdsManager/Categories/Native/*.{h,m}"
36       ],
37       "public_header_files": [
38         "ZFNativeAdsManager/{ZFNativeAdsManager,ZFReformedNativeAd}.h",
39         "ZFNativeAdsManager/ZFNativeAdsDefine.h"
40       ],
41       "requires_arc": "ZFNativeAdsManager/*.m"
42     },
43     {
44       "name": "Facebook",
45       "dependencies": {
46         "ZFNativeAdsManager/NativeCore": [
48         ],
49         "FBAudienceNetwork": [
50           "~> 4.18.0"
51         ]
52       },
53       "source_files": [
54         "ZFNativeAdsManager/Platforms/Facebook/*.{h,m}",
55         "ZFNativeAdsManager/Platforms/Facebook/Action/*.{h,m}"
56       ]
57     },
58     {
59       "name": "Mobvista",
60       "dependencies": {
61         "ZFNativeAdsManager/NativeCore": [
63         ]
64       },
65       "source_files": [
66         "ZFNativeAdsManager/Platforms/Mobvista/*.{h,m}",
67         "ZFNativeAdsManager/Platforms/Mobvista/Action/*.{h,m}",
68         "ZFNativeAdsManager/Platforms/Mobvista/Observer/*.{h,m}"
69       ],
70       "frameworks": [
71         "CoreGraphics",
72         "Foundation",
73         "UIKit",
74         "AdSupport",
75         "StoreKit",
76         "QuartzCore",
77         "CoreLocation",
78         "CoreTelephony",
79         "MobileCoreServices",
80         "Accelerate",
81         "SystemConfiguration",
82         "CoreMotion",
83         "AVFoundation",
84         "CoreMedia",
85         "MessageUI",
86         "MediaPlayer"
87       ],
88       "vendored_frameworks": "ZFNativeAdsManager/Platforms/Mobvista/Frameworks/MVSDK.framework",
89       "libraries": [
90         "z",
91         "sqlite3"
92       ]
93     },
94     {
95       "name": "MVAppWall",
96       "dependencies": {
97         "ZFNativeAdsManager/NativeCore": [
99         ],
100         "ZFNativeAdsManager/Mobvista": [
102         ]
103       },
104       "source_files": [
105         "ZFNativeAdsManager/Platforms/MVAppWall/*.{h,m}",
106         "ZFNativeAdsManager/Platforms/MVAppWall/Action/*.{h,m}"
107       ],
108       "frameworks": [
109         "CoreGraphics",
110         "Foundation",
111         "UIKit",
112         "AdSupport",
113         "StoreKit",
114         "QuartzCore",
115         "CoreLocation",
116         "CoreTelephony",
117         "MobileCoreServices",
118         "Accelerate",
119         "SystemConfiguration",
120         "CoreMotion",
121         "AVFoundation",
122         "CoreMedia",
123         "MessageUI",
124         "MediaPlayer"
125       ],
126       "vendored_frameworks": "ZFNativeAdsManager/Platforms/MVAppWall/Frameworks/MVSDKAppWall.framework",
127       "libraries": [
128         "z",
129         "sqlite3"
130       ]
131     },
132     {
133       "name": "InterstitialCore",
134       "dependencies": {
135         "ZFNativeAdsManager/Core": [
137         ]
138       },
139       "source_files": [
140         "ZFNativeAdsManager/JSInterstitialAdsManager.{h,m}",
141         "ZFNativeAdsManager/JSInterstitialAdsDefine.h",
142         "ZFNativeAdsManager/Categories/Interstitial/*.{h,m}"
143       ],
144       "public_header_files": [
145         "ZFNativeAdsManager/JSInterstitialAdsManager.h",
146         "ZFNativeAdsManager/JSInterstitialAdsDefine.h"
147       ],
148       "requires_arc": "ZFNativeAdsManager/*.m"
149     },
150     {
151       "name": "AdmobInterstitial",
152       "dependencies": {
153         "ZFNativeAdsManager/InterstitialCore": [
155         ],
156         "Firebase/Core": [
157           "~> 3.11.0"
158         ],
159         "Firebase/AdMob": [
160           "~> 3.11.0"
161         ]
162       },
163       "source_files": [
164         "ZFNativeAdsManager/Platforms/Admob/*.{h,m}",
165         "ZFNativeAdsManager/Platforms/Admob/Action/*.{h,m}"
166       ]
167     }
168   ]