blob: 8e675daa53209d801c4c76ec65491ceb6e91a305 [file] [log] [blame]
{
"name": "ImageFormatInspector",
"version": "0.1.0",
"summary": "Inspect NSData to figure out its image format.",
"homepage": "https://github.com/sweetmandm/ImageFormatInspector",
"license": "MIT",
"authors": {
"David Sweetman": "david@davidsweetman.com"
},
"source": {
"git": "https://github.com/sweetmandm/ImageFormatInspector.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"source_files": "ImageFormatInspector.{h,m}",
"public_header_files": "ImageFormatInspector.h"
}