[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 1 / XKCategory / 1.4.5 / XKCategory.podspec.json
blobb948ab488fd7de82060a1119337e1b611bc1b3f2
2   "name": "XKCategory",
3   "version": "1.4.5",
4   "summary": "日常用到的分类",
5   "description": "日常开发经常用到的分类",
6   "homepage": "https://github.com/kunhum/XKCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kunhum": "kunhum@163.com"
13   },
14   "source": {
15     "git": "https://github.com/kunhum/XKCategory.git",
16     "tag": "1.4.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "XKCategory/Classes/**/*",
22   "dependencies": {
23     "SVProgressHUD": [
25     ],
26     "SDWebImage": [
28     ],
29     "MJRefresh": [
31     ],
32     "Masonry": [
34     ],
35     "XKInsertLimit": [
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "UIImage+xkCategory",
42       "source_files": "XKCategory/Classes/UIImage+xkCategory/*.{h,m}",
43       "public_header_files": "XKCategory/Classes/UIImage+xkCategory/*.h"
44     },
45     {
46       "name": "UIColorHex",
47       "source_files": "XKCategory/Classes/UIColorHex/*.{h,m}",
48       "public_header_files": "XKCategory/Classes/UIColorHex/*.h"
49     }
50   ]