blob: 2525a14f8431b3ce86835da43775fb2b0f603ce5 [file] [log] [blame]
{
"name": "Routing",
"version": "1.4.0",
"summary": "A Swift router implementation",
"description": "Routing allows for routing URLs matched by string patterns to associated closures.",
"homepage": "https://github.com/jjgp/Routing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Prasad": "jasongprasad@gmail.com"
},
"source": {
"git": "https://github.com/jjgp/Routing.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "12.2",
"watchos": "5.2"
},
"frameworks": "Foundation",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
],
"source_files": "Source/iOS.swift"
},
"source_files": "Source/Ro*.swift"
}