[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 0 / 8 / 9 / ZFNativeAdsManager / 0.0.2 / ZFNativeAdsManager.podspec.json
blob655aebfdcea6cd6fe32089ae6188631e799c0f9c
2   "name": "ZFNativeAdsManager",
3   "version": "0.0.2",
4   "summary": "ZFNativeAdsManager integrates and dispatches mainstream leading native ads platform.",
5   "homepage": "https://github.com/ruozi/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/ruozi/ZFNativeAdsManager.git",
15     "tag": "0.0.2"
16   },
17   "default_subspecs": "Core",
18   "pushed_with_swift_version": null,
19   "deprecated": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "ZFNativeAdsManager/*.{h,m}",
25         "ZFNativeAdsManager/Mediator/*.{h,m}",
26         "ZFNativeAdsManager/Categories/*.{h,m}"
27       ],
28       "public_header_files": "ZFNativeAdsManager/*.h"
29     },
30     {
31       "name": "Facebook",
32       "dependencies": {
33         "ZFNativeAdsManager/Core": [
35         ],
36         "FBAudienceNetwork": [
37           "~> 4.18.0"
38         ]
39       },
40       "source_files": [
41         "ZFNativeAdsManager/Platforms/Facebook/*.{h,m}",
42         "ZFNativeAdsManager/Platforms/Facebook/Action/*.{h,m}"
43       ]
44     },
45     {
46       "name": "Mobvista",
47       "dependencies": {
48         "ZFNativeAdsManager/Core": [
50         ]
51       },
52       "source_files": [
53         "ZFNativeAdsManager/Platforms/Mobvista/*.{h,m}",
54         "ZFNativeAdsManager/Platforms/Mobvista/Action/*.{h,m}",
55         "ZFNativeAdsManager/Platforms/Mobvista/Observer/*.{h,m}"
56       ],
57       "frameworks": [
58         "CoreGraphics",
59         "Foundation",
60         "UIKit",
61         "AdSupport",
62         "StoreKit",
63         "QuartzCore",
64         "CoreLocation",
65         "CoreTelephony",
66         "MobileCoreServices",
67         "Accelerate",
68         "SystemConfiguration",
69         "CoreMotion",
70         "AVFoundation",
71         "CoreMedia",
72         "MessageUI",
73         "MediaPlayer"
74       ],
75       "vendored_frameworks": "ZFNativeAdsManager/Platforms/Mobvista/Frameworks/MVSDK.framework",
76       "libraries": [
77         "z",
78         "sqlite3"
79       ]
80     }
81   ]