blob: dc017af5b396e06df919bf4a4135ad5e594391a0 [file] [log] [blame]
{
"name": "LCARSDisplayKit",
"version": "1.0.1",
"summary": "A Hobby Project.",
"description": "A Swift library for developing personal iOS apps with an LCARSĀ© interface.",
"homepage": "https://github.com/richardpiazza/LCARSDisplayKit",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/LCARSDisplayKit.git",
"tag": "1.0.1"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"frameworks": [
"Foundation",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"GraphPoint": [
"~> 3.0"
]
},
"platforms": {
"ios": "11.0"
},
"pushed_with_swift_version": "4.0"
}