blob: ec8776e1896757a816a04b5169dd2e5e488f98e3 [file] [log] [blame]
{
"name": "URLPatterns",
"version": "0.1.4",
"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.1.4"
},
"social_media_url": "https://twitter.com/jpmmusic",
"platforms": {
"ios": "8.0"
},
"source_files": "URLPatterns/Classes/**/*"
}