blob: e5e7e3ac36c1ab43cf4dfd10814dfcb82b18e5ee [file] [log] [blame]
{
"name": "NgImageLoader",
"version": "1.0.1",
"summary": "Objective-c image loader library.",
"homepage": "https://github.com/meiwin/NgImageLoader",
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/ngimageloader.git",
"tag": "v1.0.1"
},
"source_files": "NgImageLoader/**/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"MobileCoreServices",
"ImageIO"
],
"platforms": {
"ios": "7.0"
},
"dependencies": {
"NgImageFileIO": [
"~> 1.1"
]
}
}