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