blob: 817c0061f1618d7891c2c2d4cab7083291f3916a [file] [log] [blame]
{
"name": "NgImageFileIO",
"version": "1.0",
"summary": "Simple objective-c ImageIO wrapper for iOS and Mac.",
"homepage": "https://github.com/meiwin/NgImageFileIO",
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/ngimagefileio.git",
"tag": "v1.0"
},
"source_files": "NgImageFileIO/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit",
"MobileCoreServices",
"ImageIO"
],
"platforms": {
"ios": "5.0"
}
}