blob: 88e795122086020a2b1bb6b4db5ada8971b150b4 [file] [log] [blame]
{
"name": "Elf",
"version": "0.3.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.3.0"
},
"source_files": "Elf/*.swift",
"requires_arc": true
}