[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / b / d / YJingCategories / 1.0.1 / YJingCategories.podspec.json
blob0838e893facd6e60ac96071914de7e06643a7733
2   "name": "YJingCategories",
3   "version": "1.0.1",
4   "summary": "A short description of YJCategories.",
5   "description": "一些常用的并与业务脱离的Categories",
6   "homepage": "https://github.com/yangjing901/YJCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangjing901": "yangjing901@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yangjing901/YJCategories.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "subspecs": [
25         {
26           "name": "NSObject",
27           "source_files": "YJCategories/Classes/Category/NSObject/*"
28         },
29         {
30           "name": "NSDictionary",
31           "source_files": "YJCategories/Classes/Category/NSDictionary/*"
32         },
33         {
34           "name": "NSString",
35           "source_files": "YJCategories/Classes/Category/NSString/*"
36         },
37         {
38           "name": "UIButton",
39           "source_files": "YJCategories/Classes/Category/UIButton/*"
40         },
41         {
42           "name": "UIColor",
43           "source_files": "YJCategories/Classes/Category/UIColor/*"
44         },
45         {
46           "name": "UIImage",
47           "source_files": "YJCategories/Classes/Category/UIImage/*"
48         },
49         {
50           "name": "UIResponder",
51           "source_files": "YJCategories/Classes/Category/UIResponder/*"
52         },
53         {
54           "name": "UIView",
55           "source_files": "YJCategories/Classes/Category/UIView/*"
56         }
57       ]
58     },
59     {
60       "name": "Core",
61       "source_files": "YJCategories/Classes/Core/*",
62       "dependencies": {
63         "YJingCategories/Category": [
65         ]
66       }
67     }
68   ]