[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / 8 / SHExtension / 1.2.0 / SHExtension.podspec.json
blob8eb115741b3824c8cdc0e33ccd1283634dc90888
2   "name": "SHExtension",
3   "version": "1.2.0",
4   "summary": "常用类别方法,拓展",
5   "license": "MIT",
6   "authors": {
7     "CCSH": "17600075339@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.2.0"
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   ]