[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 9 / 7 / e / CRJGeneralTools / 0.1.1 / CRJGeneralTools.podspec.json
blob869d7e7a95c01adc8a61d0faa93e241f2b8f6181
2   "name": "CRJGeneralTools",
3   "version": "0.1.1",
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.1"
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": "DateFormatter",
26       "source_files": "CRJGeneralTools/**/DateFormatter/*.{h,m}"
27     },
28     {
29       "name": "DeepLinkModel",
30       "source_files": "CRJGeneralTools/**/DeepLinkModel/*.{h,m}"
31     },
32     {
33       "name": "FileManager",
34       "source_files": "CRJGeneralTools/**/FileManager/*.{h,m}"
35     },
36     {
37       "name": "NSArray+IndexPath",
38       "source_files": "CRJGeneralTools/**/NSArray+IndexPath/*.{h,m}"
39     },
40     {
41       "name": "IrregularElementsCreator",
42       "source_files": "CRJGeneralTools/**/IrregularElementsCreator/*.{h,m}"
43     },
44     {
45       "name": "NumberFormatter",
46       "source_files": "CRJGeneralTools/**/NumberFormatter/*.{h,m}"
47     },
48     {
49       "name": "RegEx",
50       "source_files": "CRJGeneralTools/**/RegEx/*.{h,m}",
51       "dependencies": {
52         "RegExCategories": [
54         ]
55       }
56     }
57   ]