blob: 47189079e31f0460f389d6ad0150e4ef3fe95441 [file] [log] [blame]
{
"name": "Routing",
"version": "0.3.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.3.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "iOS",
"subspecs": [
{
"name": "iOS",
"frameworks": [
"UIKit",
"QuartzCore"
],
"source_files": "Source/*.swift"
},
{
"name": "Others",
"platforms": {
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.1"
},
"source_files": "Source/R*.swift"
}
]
}