[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / 1 / d / YoCategoryKit / 0.0.1 / YoCategoryKit.podspec.json
blob027eb3bd978fe06a5cbbaf1bcb7dc8716e70c7a1
2   "name": "YoCategoryKit",
3   "version": "0.0.1",
4   "summary": "YoCategory Of ObjectC",
5   "description": "YoCategory 分类 基础封装",
6   "homepage": "https://gitee.com/YoGods",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yo": "738816656@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/YoGods/YoCategoryKit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "UIColorHex",
24       "source_files": "YoCategoryKit/Classes/UIColor/UIColorHex/**/*"
25     },
26     {
27       "name": "UIImageColor",
28       "source_files": "YoCategoryKit/Classes/UIImage/UIImageColor/**/*"
29     }
30   ]