blob: 4f38f9032192a547f923926adc4211e4df400b08 [file] [log] [blame]
{
"name": "DrawableView",
"version": "0.0.4",
"summary": "A UIView subclass that allows the user to draw on it.",
"homepage": "https://github.com/EthanSchatzline/DrawableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ethanschatzline": "ethanschatzline@yahoo.com"
},
"social_media_url": "http://twitter.com/ethanschatzline",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/EthanSchatzline/DrawableView.git",
"tag": "0.0.4"
},
"source_files": "DrawableView/*.swift",
"frameworks": "UIKit",
"swift_version": "4.0"
}