blob: ac72e21b13e3b2a0464dafaa5ea71ea6e0e3c856 [file] [log] [blame]
{
"name": "Regex",
"version": "0.2.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/brynbellomy/Regex",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"summary": "Regular expression class (in Swift). Wraps NSRegularExpression.",
"documentation_url": "http://brynbellomy.github.io/Regex/index.html",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "src/*.swift",
"requires_arc": true,
"source": {
"git": "https://github.com/brynbellomy/Regex.git",
"tag": "0.2.1"
}
}