[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / 0 / ByronCategory / 0.1.9 / ByronCategory.podspec.json
blobda3e14fbbfb4a522cc763fabbfe53eef94270506
2   "name": "ByronCategory",
3   "version": "0.1.9",
4   "summary": "自定义分类",
5   "description": "自定义分类,方便自己使用",
6   "homepage": "https://gitee.com/PodWareHouse/ByronCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "byron": "1071210272@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/PodWareHouse/ByronCategory.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ByronCategory/Classes/ByronCategory.h",
22   "subspecs": [
23     {
24       "name": "NSProxy",
25       "source_files": "ByronCategory/Classes/NSProxy/*"
26     },
27     {
28       "name": "UIDevice",
29       "source_files": "ByronCategory/Classes/UIDevice/*"
30     },
31     {
32       "name": "MBProgressHUD",
33       "dependencies": {
34         "MBProgressHUD": [
35           "~> 1.2.0"
36         ]
37       },
38       "source_files": "ByronCategory/Classes/MBProgressHUD/*"
39     },
40     {
41       "name": "NSArray",
42       "source_files": "ByronCategory/Classes/NSArray/*"
43     },
44     {
45       "name": "NSDate",
46       "source_files": "ByronCategory/Classes/NSDate/*"
47     },
48     {
49       "name": "NSDictionary",
50       "source_files": "ByronCategory/Classes/NSDictionary/*"
51     },
52     {
53       "name": "NSLayoutConstraint",
54       "source_files": "ByronCategory/Classes/NSLayoutConstraint/*"
55     },
56     {
57       "name": "UIButton",
58       "source_files": "ByronCategory/Classes/UIButton/*"
59     },
60     {
61       "name": "UIColor",
62       "source_files": "ByronCategory/Classes/UIColor/*"
63     },
64     {
65       "name": "UIFont",
66       "source_files": "ByronCategory/Classes/UIFont/*"
67     },
68     {
69       "name": "UIImage",
70       "frameworks": "ImageIO",
71       "source_files": "ByronCategory/Classes/UIImage/*"
72     },
73     {
74       "name": "NSString",
75       "dependencies": {
76         "ByronCategory/UIImage": [
78         ]
79       },
80       "source_files": "ByronCategory/Classes/NSString/*"
81     },
82     {
83       "name": "UILabel",
84       "frameworks": "CoreText",
85       "source_files": "ByronCategory/Classes/UILabel/*"
86     },
87     {
88       "name": "UITextView",
89       "source_files": "ByronCategory/Classes/UITextView/*"
90     },
91     {
92       "name": "UIView",
93       "source_files": "ByronCategory/Classes/UIView/*"
94     }
95   ]