blob: 20bd9be9ace985aba45ef98c35c10609f49f89dd [file] [log] [blame]
{
"name": "gandalf",
"version": "0.2.0",
"summary": "a lightweight, pure-swift router for url handling",
"description": "Gandalf is a lightweight, pure-swift router for url handling. \nMake incoming url find the right handler. that's all Gandalf do.",
"homepage": "https://github.com/lzyy/Gandalf",
"license": "MIT",
"authors": {
"limboy": "healdream@gmail.com"
},
"social_media_url": "http://twitter.com/lzyy",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/lzyy/Gandalf.git",
"tag": "0.2.0"
},
"source_files": "Gandalf/*.swift",
"requires_arc": true
}