[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 4 / 9 / YRBaseHubOC / 0.0.6 / YRBaseHubOC.podspec.json
blob57555702c6deeb6036522f9086ecd22a3d4b3b4c
2   "name": "YRBaseHubOC",
3   "version": "0.0.6",
4   "summary": "iOS OC项目基础模块",
5   "description": "iOS OC项目基础模块仓库",
6   "homepage": "https://github.com/chanyarin/YRBaseHubOC",
7   "license": "MIT",
8   "authors": {
9     "chanyarin": "chanyarin@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chanyarin/YRBaseHubOC.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "YRBaseHubOC/YRBaseHubOC.h",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "YYModel": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Category",
34       "source_files": "YRBaseHubOC/Category/**/*.{h,m}"
35     },
36     {
37       "name": "Const",
38       "source_files": "YRBaseHubOC/Const/*.h"
39     },
40     {
41       "name": "Enum",
42       "source_files": "YRBaseHubOC/Enum/*.h"
43     },
44     {
45       "name": "Macro",
46       "source_files": "YRBaseHubOC/Macro/*.h"
47     },
48     {
49       "name": "Util",
50       "source_files": "YRBaseHubOC/Util/*.{h,m}"
51     },
52     {
53       "name": "KVO",
54       "source_files": "YRBaseHubOC/KVO/*.{h,m}"
55     },
56     {
57       "name": "Model",
58       "source_files": "YRBaseHubOC/Model/*.{h,m}"
59     },
60     {
61       "name": "Network",
62       "source_files": "YRBaseHubOC/Network/*.{h,m}"
63     }
64   ]