blob: 9f6006632c0f76875f4f5eaa37601221c7c43f2d [file] [log] [blame]
{
"name": "Regexer",
"version": "1.2.1",
"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.2.1"
},
"social_media_url": "https://twitter.com/IrradiatedApps",
"platforms": {
"ios": "6.1",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Regexer/Source",
"prefix_header_file": "Regexer/Source/Regexer-Prefix.pch",
"public_header_files": "Regexer/Source/**/*.h"
}