blob: 9dc7b5747071dd9c6bbd6706fffa78070b1db77a [file] [log] [blame]
{
"name": "Routing",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.1"
},
"frameworks": "Foundation",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
},
"source_files": "Source/*.swift"
}