[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 8 / 9 / ZFNativeAdsManager / 1.0.1 / ZFNativeAdsManager.podspec.json
blob403b16b6298e658bb89b58a6aa4f40afd9a5e7a3
2   "name": "ZFNativeAdsManager",
3   "version": "1.0.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.0.1"
16   },
17   "default_subspecs": "Core",
18   "deprecated": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": [
23         "ZFNativeAdsManager/*.{h,m}",
24         "ZFNativeAdsManager/Mediator/*.{h,m}",
25         "ZFNativeAdsManager/Categories/*.{h,m}"
26       ],
27       "public_header_files": "ZFNativeAdsManager/*.h"
28     },
29     {
30       "name": "Facebook",
31       "dependencies": {
32         "ZFNativeAdsManager/Core": [
34         ],
35         "FBAudienceNetwork": [
36           "~> 4.18.0"
37         ]
38       },
39       "source_files": [
40         "ZFNativeAdsManager/Platforms/Facebook/*.{h,m}",
41         "ZFNativeAdsManager/Platforms/Facebook/Action/*.{h,m}"
42       ]
43     },
44     {
45       "name": "Mobvista",
46       "dependencies": {
47         "ZFNativeAdsManager/Core": [
49         ]
50       },
51       "source_files": [
52         "ZFNativeAdsManager/Platforms/Mobvista/*.{h,m}",
53         "ZFNativeAdsManager/Platforms/Mobvista/Action/*.{h,m}",
54         "ZFNativeAdsManager/Platforms/Mobvista/Observer/*.{h,m}"
55       ],
56       "frameworks": [
57         "CoreGraphics",
58         "Foundation",
59         "UIKit",
60         "AdSupport",
61         "StoreKit",
62         "QuartzCore",
63         "CoreLocation",
64         "CoreTelephony",
65         "MobileCoreServices",
66         "Accelerate",
67         "SystemConfiguration",
68         "CoreMotion",
69         "AVFoundation",
70         "CoreMedia",
71         "MessageUI",
72         "MediaPlayer"
73       ],
74       "vendored_frameworks": "ZFNativeAdsManager/Platforms/Mobvista/Frameworks/MVSDK.framework",
75       "libraries": [
76         "z",
77         "sqlite3"
78       ]
79     }
80   ]