| { |
| "name": "CPImageView", |
| "version": "0.1.0", |
| "summary": "A small, lightweight subclass of `UIImageView` which supports async loading from URLs.", |
| "description": "A small, lightweight subclass of `UIImageView` which supports async loading from URLs and caching both in memory and storage.", |
| "homepage": "https://github.com/canpoyrazoglu/CPImageView", |
| "license": "MIT", |
| "authors": { |
| "Can Poyrazoğlu": "can@canpoyrazoglu.com" |
| }, |
| "social_media_url": "http://twitter.com/canpoyrazoglu", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/canpoyrazoglu/CPImageView.git", |
| "tag": "v0.1.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude" |
| } |