| { |
| "name": "PAAImageView", |
| "version": "1.0.0", |
| "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.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "PAAImageView.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.2" |
| ] |
| } |
| } |