blob: 5587f7cec6a90dc2c6435c1651d2fb1a7b2619fd [file] [log] [blame]
{
"name": "NSData+TDTImageMIMEDetection",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NSData+TDTImageMIMEDetection/*.{h,m}",
"public_header_files": "NSData+TDTImageMIMEDetection/*.h"
}