blob: 29a1c61907c2e33f0667437ac25edcf73689f20f [file] [log] [blame]
{
"name": "Wildcard",
"version": "1.0.1",
"summary": "A RegExp framework for Swift",
"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",
"homepage": "https://github.com/kellanburket/Wildcard",
"license": "MIT",
"authors": {
"Kellan Cummings": "kellan.burket@gmail.com"
},
"source": {
"git": "https://github.com/kellanburket/Wildcard.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Wildcard": [
"Pod/Assets/*.png"
]
}
}