blob: 36eb6c79c15f9a0e2c2a681602a5a030adee22e6 [file] [log] [blame]
{
"name": "SwiftyDraw",
"version": "2.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.2"
},
"social_media_url": "https://twitter.com/linusgeffarth",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}