[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 0 / 8 / 9 / ZFNativeAdsManager / 1.2.10 / ZFNativeAdsManager.podspec.json
blob8594130966cbe5659f57e25b1f4a4fb1b455d763
2   "name": "ZFNativeAdsManager",
3   "version": "1.2.10",
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.10"
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.19.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         "ZFNativeAdsManager/Platforms/Mobvista/Optimize/*.{h,m}"
70       ],
71       "frameworks": [
72         "CoreGraphics",
73         "Foundation",
74         "UIKit",
75         "AdSupport",
76         "StoreKit",
77         "QuartzCore",
78         "CoreLocation",
79         "CoreTelephony",
80         "MobileCoreServices",
81         "Accelerate",
82         "SystemConfiguration",
83         "CoreMotion",
84         "AVFoundation",
85         "CoreMedia",
86         "MessageUI",
87         "MediaPlayer"
88       ],
89       "vendored_frameworks": "ZFNativeAdsManager/Platforms/Mobvista/Frameworks/MVSDK.framework",
90       "libraries": [
91         "z",
92         "sqlite3"
93       ]
94     },
95     {
96       "name": "MVAppWall",
97       "dependencies": {
98         "ZFNativeAdsManager/NativeCore": [
100         ],
101         "ZFNativeAdsManager/Mobvista": [
103         ]
104       },
105       "source_files": [
106         "ZFNativeAdsManager/Platforms/MVAppWall/*.{h,m}",
107         "ZFNativeAdsManager/Platforms/MVAppWall/Action/*.{h,m}"
108       ],
109       "frameworks": [
110         "CoreGraphics",
111         "Foundation",
112         "UIKit",
113         "AdSupport",
114         "StoreKit",
115         "QuartzCore",
116         "CoreLocation",
117         "CoreTelephony",
118         "MobileCoreServices",
119         "Accelerate",
120         "SystemConfiguration",
121         "CoreMotion",
122         "AVFoundation",
123         "CoreMedia",
124         "MessageUI",
125         "MediaPlayer"
126       ],
127       "vendored_frameworks": "ZFNativeAdsManager/Platforms/MVAppWall/Frameworks/MVSDKAppWall.framework",
128       "libraries": [
129         "z",
130         "sqlite3"
131       ]
132     },
133     {
134       "name": "InterstitialCore",
135       "dependencies": {
136         "ZFNativeAdsManager/Core": [
138         ]
139       },
140       "source_files": [
141         "ZFNativeAdsManager/JSInterstitialAdsManager.{h,m}",
142         "ZFNativeAdsManager/JSInterstitialAdsDefine.h",
143         "ZFNativeAdsManager/Categories/Interstitial/*.{h,m}"
144       ],
145       "public_header_files": [
146         "ZFNativeAdsManager/JSInterstitialAdsManager.h",
147         "ZFNativeAdsManager/JSInterstitialAdsDefine.h"
148       ],
149       "requires_arc": "ZFNativeAdsManager/*.m"
150     },
151     {
152       "name": "AdmobInterstitial",
153       "dependencies": {
154         "ZFNativeAdsManager/InterstitialCore": [
156         ],
157         "Firebase/Core": [
158           "~> 3.12.0"
159         ],
160         "Firebase/AdMob": [
161           "~> 3.12.0"
162         ]
163       },
164       "source_files": [
165         "ZFNativeAdsManager/Platforms/Admob/*.{h,m}",
166         "ZFNativeAdsManager/Platforms/Admob/Action/*.{h,m}"
167       ]
168     }
169   ]