blob: 636a25fea4b09b6e2c3a831266165512c1ab69d1 [file] [log] [blame]
{
"name": "SHDrawingView",
"version": "0.0.1",
"summary": "It is able to drawing by touching.",
"description": "This is a simple drawing view by touching.\n It is able to change the stroke color, width and opacity.\n However, it only supports single touch for now.",
"homepage": "https://github.com/ShengHuaWu/SHDrawSimpleImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShengHua Wu": "fantasy0404@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ShengHuaWu/SHDrawSimpleImage.git",
"tag": "0.0.1"
},
"source_files": "SHDrawSimpleImage/Classes/*.{h,m}",
"requires_arc": true
}