[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 0 / f / lchSDK / 0.0.3 / lchSDK.podspec.json
bloba1c9b7c1dbad11e8daf2ee5935a0e60272892316
2   "name": "lchSDK",
3   "version": "0.0.3",
4   "summary": "Personal development SDK on iOS",
5   "homepage": "https://github.com/lch872/lchSDK",
6   "license": "MIT",
7   "authors": {
8     "lch": "lch872@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/lch872/lchSDK.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Category",
21       "subspecs": [
22         {
23           "name": "NS",
24           "source_files": "lchSDK/Category/NS/*.{h,m}"
25         },
26         {
27           "name": "UI",
28           "source_files": "lchSDK/Category/UI/*.{h,m}"
29         }
30       ]
31     },
32     {
33       "name": "Tool",
34       "source_files": "lchSDK/Tool/*.{h,m}",
35       "dependencies": {
36         "lchSDK/Category": [
38         ]
39       }
40     },
41     {
42       "name": "View",
43       "source_files": "lchSDK/View/*.{h,m}",
44       "dependencies": {
45         "lchSDK/Category": [
47         ]
48       }
49     }
50   ]