[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / f / a / UIImageView_AFNetworking-Blocks / 0.1.0 / UIImageView_AFNetworking-Blocks.podspec.json
blobdda2f60fb84a999c6c85dd3e58ccdd24db5103fe
2   "name": "UIImageView_AFNetworking-Blocks",
3   "version": "0.1.0",
4   "summary": "UIImageView+AFNetworking with a single completion block for success and failure.",
5   "description": "UIImageView+AFNetworking with more methods that give you a single callback for when the image load is finished (successfully  or not).",
6   "homepage": "https://github.com/pixio/UIImageView_AFNetworking-Blocks",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/UIImageView_AFNetworking-Blocks.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.0"
25     ]
26   }