[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 8 / e / CategoryToolOC / 0.2.3 / CategoryToolOC.podspec.json
blobcf1b7361da2d56f24dca26571003692ac65e8dbf
2   "name": "CategoryToolOC",
3   "version": "0.2.3",
4   "summary": "项目常用分类库.",
5   "description": "项目常用分类库,包含项目中的和系统中的.",
6   "homepage": "https://github.com/kenan0620/CategoryToolOC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kenan0620": "coenen@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/kenan0620/CategoryToolOC.git",
16     "tag": "0.2.3"
17   },
18   "social_media_url": "https://www.jianshu.com/u/aa2d07ae7c2f",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "CategoryToolOC/Classes/CategoryToolOC.h",
23   "subspecs": [
24     {
25       "name": "Date",
26       "source_files": "Date"
27     },
28     {
29       "name": "NSString",
30       "source_files": "NSString"
31     },
32     {
33       "name": "Calculate",
34       "source_files": [
35         "CategoryToolOC/Classes/NSNumber+Calculate.{h,m}",
36         "CategoryToolOC/Classes/NSString+Calculate.{h,m}"
37       ]
38     },
39     {
40       "name": "System",
41       "source_files": "System"
42     },
43     {
44       "name": "UIButton",
45       "source_files": "CategoryToolOC/Classes/UIButton{*}.{h,m}"
46     },
47     {
48       "name": "UIColor",
49       "source_files": "CategoryToolOC/Classes/UIColor{*}.{h,m}"
50     },
51     {
52       "name": "UIFont",
53       "source_files": "CategoryToolOC/Classes/UIFont{*}.{h,m}"
54     },
55     {
56       "name": "UIImage",
57       "source_files": "CategoryToolOC/Classes/UIImage{*}.{h,m}"
58     },
59     {
60       "name": "UIScrollView",
61       "source_files": "CategoryToolOC/Classes/UIScrollView{*}.{h,m}"
62     },
63     {
64       "name": "UITextField",
65       "source_files": "CategoryToolOC/Classes/UITextField{*}.{h,m}"
66     },
67     {
68       "name": "UIView",
69       "source_files": "CategoryToolOC/Classes/UIView{*}.{h,m}"
70     },
71     {
72       "name": "UIViewController",
73       "source_files": "UIViewController"
74     },
75     {
76       "name": "WKWebView",
77       "source_files": "CategoryToolOC/Classes/WKWebView{*}.{h,m}"
78     }
79   ]