blob: 0adb1bf35637200c886c8ef8629bbd374fd3224c [file] [log] [blame]
{
"name": "KCRouter",
"version": "1.0.3",
"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.3"
},
"requires_arc": true,
"source_files": [
"Sources/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
]
}