blob: 2150f0370db9b06f4e8884bfb93a0e79c5ba2615 [file] [log] [blame]
{
"name": "SketchParse",
"version": "1.0.0",
"summary": "快速把Sketch源文件转为OC代码,并导出图片",
"description": "快速把Sketch源文件转为OC代码,并导出图片....",
"homepage": "http://www.eachbaby.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaoxiao228": ""
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://gitee.com/gaoxiao228/SketchParse.git",
"tag": "1.0.0"
},
"source_files": "SketchParse/Classes/**/*.{h,m}",
"requires_arc": false,
"dependencies": {
"OBShapedButton": [
"~> 1.1.0"
]
}
}