[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / a / 8 / d / SHGeneralCategory / 1.0.4 / SHGeneralCategory.podspec.json
blob5b41e2a04e82ef8ab6f377bc0064e1c1df510b58
2   "name": "SHGeneralCategory",
3   "version": "1.0.4",
4   "summary": "SHGeneralCategory...",
5   "homepage": "https://github.com/motian30/SHCategory",
6   "license": "MIT",
7   "authors": {
8     "Motian": "llstc30@163.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/motian30/SHCategory.git",
15     "tag": "1.0.4"
16   },
17   "source_files": "SHCategory/SHCategory.h",
18   "public_header_files": "SHCategory/SHCategory.h",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "ImageIO"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "SVProgressHUD": [
31     ],
32     "SDWebImage": [
34     ],
35     "MJRefresh": [
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Constant",
42       "source_files": "SHCategory/Constant/*.h",
43       "public_header_files": "SHCategory/Constant/*.h"
44     },
45     {
46       "name": "Base",
47       "source_files": "SHCategory/Base/**/*.{h,m}",
48       "public_header_files": "SHCategory/Base/**/*.h"
49     },
50     {
51       "name": "GeneralCategory",
52       "source_files": "SHCategory/GeneralCategory/**/*.{h,m}",
53       "public_header_files": "SHCategory/GeneralCategory/**/*.h",
54       "dependencies": {
55         "SHGeneralCategory/Constant": [
57         ],
58         "SHGeneralCategory/Extension": [
60         ]
61       }
62     },
63     {
64       "name": "Extension",
65       "source_files": "SHCategory/Extension/**/*.{h,m}",
66       "public_header_files": "SHCategory/Extension/**/*.h",
67       "dependencies": {
68         "SHGeneralCategory/Constant": [
70         ]
71       }
72     }
73   ]