blob: 034a375eef21330fb7b1ab240e3a3dfe4794dc57 [file] [log] [blame]
{
"name": "SEStringUtilities",
"version": "0.2.0",
"summary": "A few simple string replacement utilities.",
"homepage": "https://github.com/bnickel/SEStringUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Nickel": "bnickel@stackexchange.com"
},
"source": {
"git": "https://github.com/bnickel/SEStringUtilities.git",
"tag": "v0.2.0"
},
"source_files": "SEStringUtilities",
"public_header_files": "SEStringUtilities/**/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}