[Add] boost-iosx 1.85.0.1
[CocoaPods.git] / Specs / 5 / f / 0 / LDZFGeneralTools / 0.1.0 / LDZFGeneralTools.podspec.json
blobbb911a9c1101d2335200e1346ef7db59c7b4954e
2   "name": "LDZFGeneralTools",
3   "version": "0.1.0",
4   "summary": "A short description of LDZFGeneralTools.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ZiOS-Repo/LDZFGeneralTools",
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/LDZFGeneralTools.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "LDZFGeneralTools/**/LDZFGeneralTools.h",
22   "source_files": "LDZFGeneralTools/**/LDZFGeneralTools.h",
23   "subspecs": [
24     {
25       "name": "DeviceInfo",
26       "source_files": "LDZFGeneralTools/**/DeviceInfo/*.{h,m}"
27     },
28     {
29       "name": "DateFormatter",
30       "source_files": "LDZFGeneralTools/**/DateFormatter/*.{h,m}"
31     },
32     {
33       "name": "DeepLinkModel",
34       "source_files": "LDZFGeneralTools/**/DeepLinkModel/*.{h,m}"
35     },
36     {
37       "name": "FileManager",
38       "source_files": "LDZFGeneralTools/**/FileManager/*.{h,m}"
39     },
40     {
41       "name": "NSArray+IndexPath",
42       "source_files": "LDZFGeneralTools/**/NSArray+IndexPath/*.{h,m}"
43     },
44     {
45       "name": "IrregularElementsCreator",
46       "source_files": "LDZFGeneralTools/**/IrregularElementsCreator/*.{h,m}"
47     },
48     {
49       "name": "NumberFormatter",
50       "source_files": "LDZFGeneralTools/**/NumberFormatter/*.{h,m}"
51     },
52     {
53       "name": "RegEx",
54       "source_files": "LDZFGeneralTools/**/RegEx/*.{h,m}",
55       "dependencies": {
56         "RegExCategories": [
58         ]
59       }
60     },
61     {
62       "name": "JailBreakChecker",
63       "source_files": "LDZFGeneralTools/**/JailBreakChecker/*.{h,m}"
64     },
65     {
66       "name": "Permission",
67       "source_files": "LDZFGeneralTools/**/Permission/*.{h,m}"
68     }
69   ]