blob: def5a36851fa75cdb697cd526f3a5ba65518ea57 [file] [log] [blame]
{
"name": "LCARSDisplayKit",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "Sources/*",
"resources": "Resources/*",
"frameworks": [
"Foundation",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"GraphPoint": [
"~> 3.1"
]
},
"platforms": {
"ios": "11.0"
},
"pushed_with_swift_version": "4.0"
}