blob: 012a9a71a704c5369b2e7d95f5707066be43049e [file] [log] [blame]
{
"name": "NSData+TDTImageMIMEDetection",
"version": "0.2.0",
"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": "https://github.com/talk-to/NSData-TDTImageMIMEDetection.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NSData+TDTImageMIMEDetection/*.{h,m}",
"public_header_files": "NSData+TDTImageMIMEDetection/*.h"
}