blob: 1542cb1b40664b7fb3b96d5b9fded75b7e1779bb [file] [log] [blame]
{
"name": "URLPatterns",
"version": "0.2.0",
"summary": "A small library to enable more idiomatic Swift pattern matching of URL path elements.",
"description": "URLPatterns is a small library to enable more idiomatic Swift pattern matching of URL path elements.\n`NSURL` is extended with the method `countedPathElements()`, which converts the URL's' array of path elements\ninto a `Counted` enum. Each case in `Counted` has a different number of associated values, which makes\npattern-matching each element easy, including wildcard, value-binding, begins and ends patterns.",
"homepage": "https://github.com/johnpatrickmorgan/URLPatterns",
"license": "MIT",
"authors": {
"johnmorgan": "johnpatrickmorganuk@gmail.com"
},
"source": {
"git": "https://github.com/johnpatrickmorgan/URLPatterns.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/jpmmusic",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "4.0"
}