blob: d59349ccf7c9b1ec0e134d1ce8473ce785102ad1 [file] [log] [blame]
{
"name": "Regexer",
"version": "1.0.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.0.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"
}