[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 8 / 9 / IRBaseKit / 1.2.8 / IRBaseKit.podspec.json
blob528ed03a247b1416de57ad0200f819656404267a
2   "name": "IRBaseKit",
3   "authors": {
4     "Vian": "pantie05@gmail.com"
5   },
6   "homepage": "https://coding.net/u/VianPan",
7   "summary": "骑记基础类库",
8   "version": "1.2.8",
9   "platforms": {
10     "ios": "8.2"
11   },
12   "source": {
13     "git": "https://git.coding.net/VianPan/IRBaseKit.git",
14     "tag": "1.2.8"
15   },
16   "source_files": "IRBaseKit/IRBaseKit.h",
17   "public_header_files": "IRBaseKit/IRBaseKit.h",
18   "license": "MIT",
19   "subspecs": [
20     {
21       "name": "Base",
22       "source_files": "IRBaseKit/Base/*.{h,m}",
23       "public_header_files": "IRBaseKit/Base/*.h",
24       "frameworks": "UIKit"
25     },
26     {
27       "name": "Utils",
28       "source_files": "IRBaseKit/Utils/*.{h,m}",
29       "public_header_files": "IRBaseKit/Utils/*.h",
30       "dependencies": {
31         "FMDB": [
33         ],
34         "IRBaseKit/Base": [
36         ]
37       }
38     },
39     {
40       "name": "Category",
41       "source_files": "IRBaseKit/Category/*.{h,m}",
42       "public_header_files": "IRBaseKit/Category/*.h",
43       "libraries": "z"
44     },
45     {
46       "name": "Controller",
47       "source_files": "IRBaseKit/Controller/*.{h,m}",
48       "public_header_files": "IRBaseKit/Controller/*.h",
49       "dependencies": {
50         "IRBaseKit/Base": [
52         ],
53         "IRBaseKit/Utils": [
55         ]
56       }
57     }
58   ]