4 "summary": "A RegExp framework for Swift",
5 "description": " Wildcard is a Swift RegExp(Regular Expressions) framework. It includes common utility methods for parsing and manipulating strings based on Ruby, Perl, and PHP's core string libraries:\n\n - `gsub`, `gsubi`, `sub`, `subi`\n - `match`, `scan`\n - `slice`\n - `split`\n - `trim`, `ltrim`, `rtrim`\n - `toDate`\n - `decodeHtmlSpecialChars`\n\n It also includes a Perl-style matching operators `string =~ pattern`.\n\n Currently, advanced text-attribution methods for parsing/styling HTML and custom mark-up languages are in the works and can be used (at your own caution) with `attribute` and `attributeHTML`.\n",
6 "homepage": "https://github.com/kellanburket/Wildcard",
9 "Kellan Cummings": "kellan.burket@gmail.com"
12 "git": "https://github.com/kellanburket/Wildcard.git",
19 "source_files": "Pod/Classes/**/*",