blob: 8a4c0007c0fe453893863969421d09754b71d514 [file] [log] [blame]
{
"name": "SEStringUtilities",
"version": "0.1.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.1.0"
},
"source_files": "SEStringUtilities",
"public_header_files": "SEStringUtilities/**/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}