blob: cf7b8928bb8c60789b09a1a6ce75b49cd031cfaa [file] [log] [blame]
{
"name": "KCRouter",
"version": "1.0.0",
"summary": "iOS Route",
"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.0"
},
"requires_arc": true,
"source_files": [
"KCRouter/KCRouter/*.swift"
],
"frameworks": [
"Foundation",
"UIKit"
]
}