[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 7 / e / WKBCategory / 0.0.6 / WKBCategory.podspec.json
blob5e02b449340ada6ae0433ec5487965edec4e1d2b
2   "name": "WKBCategory",
3   "version": "0.0.6",
4   "summary": "WKBCategory",
5   "description": "封装自己项目常用到的类别",
6   "homepage": "https://github.com/a-stupid-wood/WKBCategory",
7   "license": "MIT",
8   "authors": {
9     "Kerwin": "13763072736@163.com"
10   },
11   "source": {
12     "git": "https://github.com/a-stupid-wood/WKBCategory.git",
13     "tag": "0.0.6"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "WKBCategory/WKBCategory.h",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "UIView+wkb",
27       "source_files": "WKBCategory/UIView+wkb/*.{h,m}"
28     },
29     {
30       "name": "NSString+wkb",
31       "source_files": "WKBCategory/NSString+wkb/*.{h,m}"
32     },
33     {
34       "name": "UIButton+wkb",
35       "source_files": "WKBCategory/UIButton+wkb/*.{h,m}"
36     },
37     {
38       "name": "UIColor+wkb",
39       "source_files": "WKBCategory/UIColor+wkb/*.{h,m}"
40     },
41     {
42       "name": "UIImage+wkb",
43       "source_files": "WKBCategory/UIImage+wkb/*.{h,m}"
44     },
45     {
46       "name": "NSDate+wkb",
47       "source_files": "WKBCategory/NSDate+wkb/*.{h,m}"
48     }
49   ]