blob: c2f3dd133fe62f42cbaf316f88843b18cbb838c0 [file] [log] [blame]
{
"name": "MK2Router",
"version": "2.4.0",
"summary": "Routing utility for UIViewController",
"description": "MK2Router is a routing utility for UIViewController using Swift.",
"homepage": "https://github.com/imk2o/MK2Router",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Yuichi Kobayashi": "imk2o@icloud.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/imk2o/MK2Router.git",
"tag": "2.4.0"
},
"source_files": "MK2Router-iOS/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}