blob: 4b2687ce957438b18c7abf66ad23540715746dae [file] [log] [blame]
{
"name": "RacoonKit",
"version": "1.0.0",
"summary": "A lightwight UI framework => RacoonKit",
"description": "A lightwight UI framework written with using Swift.",
"homepage": "https://github.com/behrank/RacoonKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"behrank": "behrank@gmail.com"
},
"source": {
"git": "https://github.com/behrank/RacoonKit.git",
"tag": "1.0.0"
},
"swift_versions": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"swift_version": "4.0"
}