| { | |
| "name": "PAAImageView", | |
| "version": "1.0.1", | |
| "summary": "Rounded async imageview downloader based on AFNetworking 2 and lightly cached.", | |
| "homepage": "https://github.com/abiaad/PAAImageView", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "Pierre Abi-aad": "abiaad.pierre@me.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/abiaad/PAAImageView.git", | |
| "tag": "1.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "requires_arc": true, | |
| "dependencies": { | |
| "AFNetworking": [ | |
| "~> 2.2" | |
| ] | |
| } | |
| } |