[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / 8 / SHExtension / 1.0.6 / SHExtension.podspec.json
blob419f338b2dc7da6b4c118fa25a6a545c9ee2b62d
2   "name": "SHExtension",
3   "version": "1.0.6",
4   "summary": "常用类别方法,拓展",
5   "license": "MIT",
6   "authors": {
7     "CSH": "624089195@qq.com"
8   },
9   "platforms": {
10     "ios": "6.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.0.6"
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": "SHExtension/UIButton+SHExtension.{h,m}"
27     },
28     {
29       "name": "UIColor",
30       "source_files": "SHExtension/UIColor+SHExtension.{h,m}"
31     },
32     {
33       "name": "UIImage",
34       "source_files": "SHExtension/{UIImage+SHExtension,PriorityBoxArray,PaletteSwatch,Palette}.{h,m}"
35     },
36     {
37       "name": "UIImageView",
38       "source_files": "SHExtension/UIImageView+SHExtension.{h,m}"
39     },
40     {
41       "name": "UIView",
42       "source_files": "SHExtension/UIView+SHExtension.{h,m}"
43     }
44   ]