[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / d / ZWZKit / 0.0.1 / ZWZKit.podspec.json
blob485a4371f2b50dbcfe6518abe13d65296f4717a5
2   "name": "ZWZKit",
3   "version": "0.0.1",
4   "summary": "ZWZKit.",
5   "description": "此框架集合了开发中自定义的部分功能代码",
6   "homepage": "https://github.com/zbwbb/ZWZKit.git",
7   "license": "MIT",
8   "authors": {
9     "zbwbb": "zhoubinxinna@sina.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/zbwbb/ZWZKit.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "Classes/ZWZKit.h",
24   "subspecs": [
25     {
26       "name": "ZBFactory",
27       "source_files": "Classes/ZBFactory/*.{h,m}",
28       "public_header_files": "Classes/ZBFactory/ZBFactory.h"
29     },
30     {
31       "name": "Frameworks",
32       "vendored_frameworks": "Frameworks/ZWZFramework.framework"
33     },
34     {
35       "name": "Libraries",
36       "source_files": [
37         "Libraries/ZBLibrary/libZBLibrary.a",
38         "Libraries/ZBLibrary/ZBLibrary.h"
39       ],
40       "vendored_libraries": "Libraries/ZBLibrary/libZBLibrary.a"
41     },
42     {
43       "name": "Resources",
44       "resource_bundles": {
45         "ZBBundle": [
46           "Resources/ZBBundle.bundle"
47         ]
48       }
49     }
50   ]