blob: eaba78c426201f5f19ceec3a6f238951a17085e2 [file] [log] [blame]
{
"name": "Regexer",
"version": "1.1.0",
"summary": "Your regex helper. Makes working with regular expressions in Objective-C short, sweet and performant.",
"homepage": "http://github.com/fortinmike/Regexer",
"license": "MIT",
"authors": {
"MichaeĢˆl Fortin": "fortinmike@irradiated.net"
},
"source": {
"git": "https://github.com/fortinmike/Regexer.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/IrradiatedApps",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Regexer/Source",
"public_header_files": "Regexer/Source/**/*.h"
}