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