blob: dee022e4e980995abad0a99bf6e25025dfec43c4 [file] [log] [blame]
{
"name": "SImageDrawKit",
"version": "0.0.1",
"summary": "A Lib For draw image.",
"description": "SImageDrawKit是一个工具类 draw image。",
"homepage": "https://github.com/StoneStoneStoneWang/SImageDrawKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/SImageDrawKit.git",
"tag": "0.0.1"
},
"source_files": "Code/**/*.{h,m}",
"dependencies": {
"SToolsKit": [
]
}
}