blob: c60e6947842ef8c1230e482ffb3334136de9b894 [file] [log] [blame]
{
"name": "NSData+TDTImageMIMEDetection",
"version": "0.1.2",
"summary": "Category on NSData to check if it represents PNG or JPEG.",
"homepage": "https://github.com/talk-to/NSData-ImageMIMEDetection",
"license": {
"type": "BSD"
},
"authors": {
"Ayush Goel": "ayush.g@directi.com"
},
"source": {
"git": "git@github.com:talk-to/NSData-ImageMIMEDetection.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NSData+TDTImageMIMEDetection/*.{h,m}",
"public_header_files": "NSData+TDTImageMIMEDetection/*.h"
}