blob: bf51b21eced1a91a3f00a67e219bdd8b6fee35d7 [file] [log] [blame]
{
"name": "DetectorKit",
"version": "0.0.4",
"summary": "Simple image object detection, framing and obfuscation",
"description": "Easily add object detection framing the obfuscation to images",
"homepage": "http://www.github.com/stevewight/DetectorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Wight": "stevendouglaswight@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/stevewight/DetectorKit.git",
"tag": "0.0.4"
},
"source_files": "DetectorKit/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
}
}