blob: 8dbab5c1f5cd8dafb500c04a20c56d32164b3181 [file] [log] [blame]
{
"name": "TouchDrawView",
"version": "1.0.0",
"summary": "A view with drawing functions. Include smooth path,rect,line,eraser and set drawing line alpha.",
"homepage": "https://github.com/kakerucode/TouchDrawView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kakeru": "kakerucode@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kakerucode/TouchDrawView.git",
"tag": "1.0.0"
},
"source_files": "TouchDrawView/**",
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}