[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / a / ZKCategories / 0.3.9 / ZKCategories.podspec.json
blob472db8332aaa96d1c211d5f24983ab6a9425b8eb
2   "name": "ZKCategories",
3   "version": "0.3.9",
4   "summary": "A short description of ZKCategories.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/kaiser143/ZKCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kaiser": "deyang143@126.com"
13   },
14   "source": {
15     "git": "https://github.com/kaiser143/ZKCategories.git",
16     "tag": "0.3.9"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0"
21   },
22   "default_subspecs": "Core",
23   "libraries": "z",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ZKCategories/Classes/**/*"
28     },
29     {
30       "name": "ZKKVOSAFE",
31       "dependencies": {
32         "ZKCategories/Core": [
34         ]
35       },
36       "pod_target_xcconfig": {
37         "GCC_PREPROCESSOR_DEFINITIONS": "KVOSAFE=1"
38       }
39     }
40   ]