[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / e / a / LDZFCategories / 0.1.25 / LDZFCategories.podspec.json
blob39fcad5fd4e36466ab7029da6184dcdf412cd8e1
2   "name": "LDZFCategories",
3   "version": "0.1.25",
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.25"
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": "Core",
26       "source_files": "LDZFCategories/LDZFCategories.h"
27     },
28     {
29       "name": "UIKit",
30       "dependencies": {
31         "LDZFCategories/Core": [
33         ]
34       },
35       "source_files": "LDZFCategories/UIKit/*.{h,m}"
36     },
37     {
38       "name": "Foundation",
39       "dependencies": {
40         "LDZFCategories/Core": [
42         ]
43       },
44       "source_files": "LDZFCategories/Foundation/*.{h,m}"
45     }
46   ]