blob: 30255af366c20f3e4f330366c7a2062888123676 [file] [log] [blame]
{
"name": "gandalf",
"version": "0.1.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.1.0"
},
"source_files": "gandalf/*.swift",
"requires_arc": true
}