[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / a / LDZFCategories / 0.1.15 / LDZFCategories.podspec.json
blob1b8c37d880b900fd2174241c8b23683c573a4bfe
2   "name": "LDZFCategories",
3   "version": "0.1.15",
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.15"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "LDZFCategories/**/LDZFCategories.h",
22   "source_files": "LDZFCategories/**/LDZFCategories.h",
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "LDZFCategories/**/Foundation/**/*.{h,m}"
27     },
28     {
29       "name": "QuartzCore",
30       "source_files": "LDZFCategories/**/QuartzCore/**/*.{h,m}"
31     },
32     {
33       "name": "UIKit",
34       "source_files": "LDZFCategories/**/UIKit/**/*.{h,m}"
35     },
36     {
37       "name": "UnSure",
38       "source_files": "LDZFCategories/**/UnSure/**/*.{h,m}"
39     }
40   ]