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