[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / e / a / LDZFCategories / 0.1.0 / LDZFCategories.podspec.json
blobbb359254a31f06aa09d84391eeea6bb2ecbd79a6
2   "name": "LDZFCategories",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "LDZFCommon": [
24     ],
25     "JXCategoryKit": [
27     ]
28   },
29   "public_header_files": "LDZFCategories/**/IU_Categories.h",
30   "source_files": "LDZFCategories/**/IU_Categories.h",
31   "subspecs": [
32     {
33       "name": "Foundation",
34       "source_files": "LDZFCategories/**/Foundation/**/*.{h,m}"
35     },
36     {
37       "name": "QuartzCore",
38       "source_files": "LDZFCategories/**/QuartzCore/**/*.{h,m}"
39     },
40     {
41       "name": "UIKit",
42       "source_files": "LDZFCategories/**/UIKit/**/*.{h,m}"
43     },
44     {
45       "name": "UnSure",
46       "source_files": "LDZFCategories/**/UnSure/**/*.{h,m}"
47     }
48   ]