blob: d40d3df0b01248001b8263f95d9744f4f69df505 [file] [log] [blame]
{
"name": "SCRProfanityChecker",
"version": "0.0.1",
"summary": "A drop-in profanity checker for files and strings",
"homepage": "https://github.com/MaxKramer/SCRProfanityChecker",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Max Kramer": "max@maxkramer.co"
},
"social_media_url": "http://twitter.com/MaxKramer",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/MaxKramer/SCRProfanityChecker.git",
"tag": "v0.0.1"
},
"source_files": "src/*.{h,m}",
"resources": "src/res/Profanity.txt",
"requires_arc": true
}