blob: ff3d6b95e32db9fb26b2e25e6478cf7f2ebcdf7c [file] [log] [blame]
{
"name": "SwiftyDraw",
"version": "2.1.2",
"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": "MIT",
"file": "LICENSE"
},
"authors": {
"Linus Geffarth": "linus@geffarth.com"
},
"source": {
"git": "https://github.com/Awalz/SwiftyDraw.git",
"tag": "2.1.2"
},
"social_media_url": "https://twitter.com/linusgeffarth",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Source/**/*",
"frameworks": "UIKit"
}