blob: 9683a40154a122d9b47b03c135e279d988884fd8 [file] [log] [blame]
{
"name": "Routing",
"version": "0.1.1",
"summary": "A swift router implementation",
"description": "Routing allows for routing URLs matched by string patterns to associated closures.",
"homepage": "https://github.com/jwalapr/Routing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Prasad": "jwalapr@gmail.com"
},
"source": {
"git": "https://github.com/jwalapr/Routing.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}