blob: 0fe32842d6e486caef9b94c8837bacd8fb9eafcf [file] [log] [blame]
{
"name": "Routing",
"version": "0.2.2",
"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.2.2"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"default_subspecs": "iOS",
"subspecs": [
{
"name": "iOS",
"frameworks": [
"UIKit",
"QuartzCore"
],
"source_files": [
"Source/Routing.swift",
"Source/RoutingiOS.swift"
]
},
{
"name": "Others",
"platforms": {
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.1"
},
"source_files": [
"Source/Routing.swift",
"Source/RoutingOthers.swift"
]
}
]
}