blob: dda2f60fb84a999c6c85dd3e58ccdd24db5103fe [file] [log] [blame]
{
"name": "UIImageView_AFNetworking-Blocks",
"version": "0.1.0",
"summary": "UIImageView+AFNetworking with a single completion block for success and failure.",
"description": "UIImageView+AFNetworking with more methods that give you a single callback for when the image load is finished (successfully or not).",
"homepage": "https://github.com/pixio/UIImageView_AFNetworking-Blocks",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/UIImageView_AFNetworking-Blocks.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}