blob: 3ac4a8b7d83a6b5fb8ff8b0fed908067fc21356e [file] [log] [blame]
{
"name": "VVRouter",
"version": "0.1.0",
"summary": "A powerful swift router library for iOS",
"description": "A router library for iOS, support route to any ViewController which have been register",
"homepage": "https://github.com/mistdon/VVRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wonderland.don@gmail.com": ""
},
"source": {
"git": "https://github.com/mistdon/VVRouter.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "VVRouter/Classes/**/*.swift",
"swift_version": "5.0"
}