blob: 390ba82663cfa9d5692468206e52f01ff67316c1 [file] [log] [blame]
{
"name": "VVRouter",
"version": "0.1.2",
"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.2"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "VVRouter/Classes/**/*.swift",
"swift_version": "5.0"
}