blob: 55ba80f56ccb13a480fbef8bd958072a421fe93c [file] [log] [blame]
{
"name": "Wildcard",
"version": "1.0.4",
"summary": "A RegEx framework for Swift",
"description": " Wildcard is a Swift RegEx(Regular Expressions) framework. It includes common utility methods for parsing and manipulating strings based on Ruby, Perl, and PHP's core string libraries as well as a Perl-style matching operator `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.\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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Wildcard": [
"Pod/Assets/*.png"
]
}
}