blob: b6e0788bdf72c6d7afbe56e1de80bf557a9e352c [file] [log] [blame]
{
"name": "SwiftyDraw",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.0"
}