[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 6 / YLCategory / 1.1.7 / YLCategory.podspec.json
blob68064354b843dcb496f7fd19ab5442f639eb55e9
2   "name": "YLCategory",
3   "version": "1.1.7",
4   "summary": "分类",
5   "homepage": "https://github.com/yulong000/YLCategory",
6   "license": "MIT",
7   "authors": {
8     "weiyulong": "weiyulong1987@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/yulong000/YLCategory.git",
15     "tag": "1.1.7"
16   },
17   "source_files": "YLCategory/YLCategory.h",
18   "public_header_files": "YLCategory/YLCategory.h",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "MBProgressHUD",
23       "source_files": "YLCategory/MBProgressHUD/*.{h,m}",
24       "resources": "YLCategory/MBProgressHUD/MBProgressHUD.bundle"
25     },
26     {
27       "name": "NSDate",
28       "source_files": "YLCategory/NSDate/*.{h,m}"
29     },
30     {
31       "name": "NSObject",
32       "source_files": "YLCategory/NSObject/*.{h,m}"
33     },
34     {
35       "name": "NSString",
36       "source_files": "YLCategory/NSString/*.{h,m}"
37     },
38     {
39       "name": "UIAlertController",
40       "source_files": "YLCategory/UIAlertController/*.{h,m}"
41     },
42     {
43       "name": "UIButton",
44       "source_files": "YLCategory/UIButton/*.{h,m}"
45     },
46     {
47       "name": "UIColor",
48       "source_files": "YLCategory/UIColor/*.{h,m}"
49     },
50     {
51       "name": "UIControl",
52       "source_files": "YLCategory/UIControl/*.{h,m}"
53     },
54     {
55       "name": "UIImage",
56       "source_files": "YLCategory/UIImage/*.{h,m}"
57     },
58     {
59       "name": "UILabel",
60       "source_files": "YLCategory/UILabel/*.{h,m}"
61     },
62     {
63       "name": "UIView",
64       "source_files": "YLCategory/UIView/*.{h,m}"
65     },
66     {
67       "name": "UIViewController",
68       "source_files": "YLCategory/UIViewController/*.{h,m}"
69     },
70     {
71       "name": "Others",
72       "source_files": "YLCategory/Others/*.{h,m}"
73     }
74   ]