blob: 70043195c332daaead5eed42e9fcd4f1a19b6ee0 [file] [log] [blame]
{
"name": "PainterKit",
"version": "0.1.0",
"summary": "Simple Painter View for iOS.",
"description": "PainterKit is a simple painter view for iOS,\nThis library handle exporting scale images, undo and redo, also you can extend your own drawing tool.",
"homepage": "https://github.com/darkcl/PainterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yeung Yiu Hung": "hkclex@gmail.com"
},
"source": {
"git": "https://github.com/darkcl/PainterKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/darkcl_dev",
"platforms": {
"ios": "8.0"
},
"source_files": "PainterKit/Classes/**/*"
}