[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / a / LDZFCategories / 0.1.5 / LDZFCategories.podspec.json
blobf8bf7ab014226a38aa293d2cfe40de88ef9eac03
2   "name": "LDZFCategories",
3   "version": "0.1.5",
4   "summary": "A short description of LDZFCategories.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ZiOS-Repo/LDZFCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ZiOS-Repo/LDZFCategories.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "LDZFCategories/**/LDZFCategories.h",
22   "source_files": "LDZFCategories/**/LDZFCategories.h",
23   "dependencies": {
24     "JXCategoryKit": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Foundation",
31       "source_files": "LDZFCategories/**/Foundation/**/*.{h,m}"
32     },
33     {
34       "name": "QuartzCore",
35       "source_files": "LDZFCategories/**/QuartzCore/**/*.{h,m}"
36     },
37     {
38       "name": "UIKit",
39       "source_files": "LDZFCategories/**/UIKit/**/*.{h,m}"
40     },
41     {
42       "name": "UnSure",
43       "source_files": "LDZFCategories/**/UnSure/**/*.{h,m}"
44     }
45   ]