[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / e / 8 / SHExtension / 1.4.7 / SHExtension.podspec.json
blobb5cda4b1826f6f73861f23897cc1e4179c24a893
2   "name": "SHExtension",
3   "version": "1.4.7",
4   "summary": "常用类别方法,拓展",
5   "license": "MIT",
6   "authors": {
7     "CCSH": "624089195@qq.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "requires_arc": true,
13   "homepage": "https://github.com/CCSH/SHExtension",
14   "source": {
15     "git": "https://github.com/CCSH/SHExtension.git",
16     "tag": "1.4.7"
17   },
18   "source_files": "SHExtension/*.{h,m}",
19   "subspecs": [
20     {
21       "name": "NSString",
22       "source_files": "SHExtension/NSString+SHExtension.{h,m}"
23     },
24     {
25       "name": "UIButton",
26       "source_files": [
27         "SHExtension/SHButton.{h,m}",
28         "SHExtension/UIButton+SHExtension.{h,m}"
29       ]
30     },
31     {
32       "name": "UIColor",
33       "source_files": "SHExtension/UIColor+SHExtension.{h,m}"
34     },
35     {
36       "name": "UIImage",
37       "source_files": "SHExtension/UIImage+SHExtension.{h,m}"
38     },
39     {
40       "name": "UIImageView",
41       "source_files": "SHExtension/UIImageView+SHExtension.{h,m}"
42     },
43     {
44       "name": "UIView",
45       "source_files": "SHExtension/UIView+SHExtension.{h,m}"
46     },
47     {
48       "name": "UIButton",
49       "source_files": "SHExtension/UIButton+SHExtension.{h,m}"
50     },
51     {
52       "name": "Tool",
53       "source_files": "SHExtension/SHTool.{h,m}"
54     },
55     {
56       "name": "Safe",
57       "source_files": [
58         "SHExtension/NSArray+SHExtension.{h,m}",
59         "SHExtension/NSDictionary+SHExtension.{h,m}"
60       ]
61     },
62     {
63       "name": "Exception",
64       "source_files": "SHExtension/SHUncaughtExceptionHandler.{h,m}"
65     },
66     {
67       "name": "UIViewController",
68       "source_files": "SHExtension/UIViewController+SHExtension.{h,m}"
69     },
70     {
71       "name": "UIScrollView",
72       "source_files": "SHExtension/UIScrollView+SHExtension.{h,m}"
73     }
74   ]