blob: 41f19515552ab771754203f3e4109a03a8c26d9c [file] [log] [blame]
{
"name": "SwiftyDraw",
"version": "1.0.1",
"summary": "A simple, core graphics drawing framework written in Swift",
"description": "SwiftyDraw is a simple drawing framework written in Swift. SwiftyDraw is built using Core Gaphics and is very easy to implement",
"homepage": "https://github.com/Awalz/SwiftyDraw",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Andrew Walz": "andrewjwalz@gmail.com"
},
"source": {
"git": "https://github.com/Awalz/SwiftyDraw.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.0"
}