blob: 927b680c223f3b3322c49108017b920a6c2125a6 [file] [log] [blame]
{
"name": "AAProfanityFilter",
"version": "0.1.0",
"summary": "Simple Profanity Filter written in Swift",
"description": "Simple Profanity Filter for Strings written in Swift.",
"homepage": "https://github.com/EngrAhsanAli/AAProfanityFilter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EngrAhsanAli": "hafiz.m.ahsan.ali@gmail.com"
},
"source": {
"git": "https://github.com/EngrAhsanAli/AAProfanityFilter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": "AAProfanityFilter/Classes/**/*"
}