blob: 988f0983bddb1b8e922c1e8de3b23d69934e9628 [file] [log] [blame]
{
"name": "KCRouter",
"version": "1.0.4",
"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_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/koce/KCRouter.git",
"tag": "1.0.4"
},
"requires_arc": true,
"source_files": [
"Sources/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}