blob: 8d6209396587aa5d11a6f3fd0347f0da5ad6f865 [file] [log] [blame]
{
"name": "Elf",
"version": "0.4.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/Elf",
"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/Elf.git",
"tag": "0.4.0"
},
"source_files": "Elf/*.swift",
"requires_arc": true
}