[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 0 / 6 / YoUIImage / 0.1.2 / YoUIImage.podspec.json
blob1b27ff49f81827fa809408067dda1a4c1d10b25e
2   "name": "YoUIImage",
3   "version": "0.1.2",
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.2"
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     {
34       "name": "Bundle",
35       "source_files": "YoUIImage/Classes/Bundle/**/*"
36     }
37   ]