blob: 4061012cc6c2e955fa23d9ceaabd9ff1ce39f296 [file] [log] [blame]
{
"name": "KCRouter",
"version": "1.0.2",
"summary": "A Swift Route For iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"koce": "koce.zhao@gmail.com"
},
"social_media_url": "http://www.jianshu.com/u/083bd990bfe2",
"homepage": "https://github.com/koce/KCRouter",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/koce/KCRouter.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": [
"Sources/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
]
}