[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 0 / f / JZGameAdSDK / 0.0.44 / JZGameAdSDK.podspec.json
blob4b0dd51ae000e7206aed4d566649d4334b03349b
2   "name": "JZGameAdSDK",
3   "version": "0.0.44",
4   "summary": "JZGameAdSDK",
5   "description": "WLProfileKit一个对用户模块的封装",
6   "homepage": "https://github.com/YvanLiu/JZGameAd.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "YvanLiu": "18501955710@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/YvanLiu/JZGameAd.git",
19     "tag": "0.0.44"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "user_target_xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "static_framework": true,
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "dependencies": {
34     "AFNetworking": [
36     ],
37     "WebViewJavascriptBridge": [
39     ],
40     "RealReachability": [
42     ],
43     "Masonry": [
45     ],
46     "SDWebImage": [
48     ]
49   },
50   "subspecs": [
51     {
52       "name": "Base",
53       "dependencies": {
54         "AFNetworking": [
56         ],
57         "WebViewJavascriptBridge": [
59         ],
60         "RealReachability": [
62         ],
63         "Masonry": [
65         ],
66         "SDWebImage": [
68         ]
69       },
70       "vendored_frameworks": "JZGameAdSDK/Frameworks/JZGameAdSDK.framework",
71       "resource_bundles": {
72         "JZGameAdSDK": "JZGameAdSDK/Frameworks/JZGameSDK.bundle"
73       },
74       "source_files": "JZGameAdSDK/Frameworks/Code/*.h"
75     },
76     {
77       "name": "JZGameAdCSJ",
78       "dependencies": {
79         "JZGameAdSDK/Base": [
81         ]
82       },
83       "frameworks": [
84         "UIKit",
85         "Foundation",
86         "StoreKit",
87         "MobileCoreServices",
88         "WebKit",
89         "MediaPlayer",
90         "CoreMedia",
91         "AVFoundation",
92         "CoreTelephony",
93         "SystemConfiguration",
94         "AdSupport",
95         "CoreMotion",
96         "CoreLocation"
97       ],
98       "libraries": [
99         "z",
100         "c++",
101         "resolv.9"
102       ],
103       "vendored_frameworks": "JZGameAdSDK/Frameworks/CSJ/BUAdSDK.framework",
104       "resource_bundles": {
105         "JZGameAdCSJ": "JZGameAdSDK/Frameworks/CSJ/*.bundle"
106       },
107       "source_files": "JZGameAdSDK/Frameworks/Code/CSJ/*.{h,m}"
108     }
109   ]