blob: 70213f34c7fd48176a5f4480878338dccdaadcaf [file] [log] [blame]
{
"name": "Corridor",
"version": "1.0.0",
"summary": "Corridor lets you easily match URLs and extract their values",
"description": "Spend less time writing custom URL matching and parsing logic. Define any URL format you support using a single string, and let Corridor do the heavy lifting.",
"homepage": "https://github.com/Nextdoor/corridor",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "jeffcompton",
"platforms": {
"ios": "10.3"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/Nextdoor/corridor.git",
"tag": "1.0.0"
},
"source_files": "Sources/Corridor/*.{swift}"
}