[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 0 / 6 / YoUIImage / 0.1.1 / YoUIImage.podspec.json
blob257948c5e957b7994dc7f3e387329356fb14af7d
2   "name": "YoUIImage",
3   "version": "0.1.1",
4   "summary": "YoUIImage for OC",
5   "description": "TODO: 渐变色  单色图   高斯模糊图.",
6   "homepage": "https://gitee.com/YoObjectCUI/YoUIImage.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YoGod": "738816656@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/YoObjectCUI/YoUIImage.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "default_subspecs": "Color",
24   "subspecs": [
25     {
26       "name": "Color",
27       "source_files": "YoUIImage/Classes/Color/**/*"
28     },
29     {
30       "name": "Blur",
31       "source_files": "YoUIImage/Classes/Blur/**/*"
32     }
33   ]