[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / d / ZWZKit / 0.0.2 / ZWZKit.podspec.json
blob838b56ff23c4295b3a4903eaa34837797f2ca163
2   "name": "ZWZKit",
3   "version": "0.0.2",
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.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "Classes/ZWZKit.h",
24   "vendored_frameworks": "Frameworks/ZWZFramework.framework",
25   "resource_bundles": {
26     "ZBBundle": [
27       "Resources/ZBBundle.bundle"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "ZBFactory",
33       "source_files": "Classes/ZBFactory/*.{h,m}",
34       "public_header_files": "Classes/ZBFactory/ZBFactory.h"
35     },
36     {
37       "name": "Libraries",
38       "source_files": [
39         "Libraries/ZBLibrary/libZBLibrary.a",
40         "Libraries/ZBLibrary/ZBLibrary.h"
41       ],
42       "vendored_libraries": "Libraries/ZBLibrary/libZBLibrary.a"
43     }
44   ]