blob: 46118fdf23830726104d329efdf1050bed3c9095 [file] [log] [blame]
{
"name": "RegexNamedCaptureGroups",
"version": "0.1.0",
"summary": "Regex with named capture groups for iOS",
"description": "A small wrapper around Regex that adds support for named capture groups.",
"homepage": "https://github.com/timbodeit/RegexNamedCaptureGroups",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tim Bodeit": "tim@bodeit.com"
},
"source": {
"git": "https://github.com/timbodeit/RegexNamedCaptureGroups.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RegexNamedCaptureGroups/Classes/**/*",
"dependencies": {
"Regex": [
],
"UnicodeICUHeaderModule": [
]
}
}