[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 7 / 4 / 9 / YRBaseHubOC / 0.0.2 / YRBaseHubOC.podspec.json
blobdacb829017d59bd595b50713b070b48dcca2a339
2   "name": "YRBaseHubOC",
3   "version": "0.0.2",
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.2"
17   },
18   "source_files": "YRBaseHubOC/YRBaseHubOC.h",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "Category",
26       "source_files": "YRBaseHubOC/Category/**/*.{h,m}"
27     },
28     {
29       "name": "Const",
30       "source_files": "YRBaseHubOC/Const/*.h"
31     },
32     {
33       "name": "Enum",
34       "source_files": "YRBaseHubOC/Enum/*.h"
35     },
36     {
37       "name": "Macro",
38       "source_files": "YRBaseHubOC/Macro/*.h"
39     },
40     {
41       "name": "Util",
42       "source_files": "YRBaseHubOC/Util/*.{h,m}"
43     }
44   ]