| { |
| "name": "AFProgressiveImageDownload", |
| "version": "0.1", |
| "summary": "A category on UIView that allows you to progressively download images providing seamless enhancement.", |
| "homepage": "http://github.com/subdigital/AFProgressiveImageDownload", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ben Scheirman": "ben@scheirman.com" |
| }, |
| "source": { |
| "git": "https://github.com/subdigital/AFProgressiveImageDownload.git", |
| "tag": "0.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "AFProgressiveImageDownload/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 1.0" |
| ] |
| } |
| } |