| { |
| "name": "IOSLazyImage", |
| "version": "0.1.1", |
| "summary": "An image manager library to help you lazily load image from remote url to your UIImageView", |
| "description": "An image manager library to help you lazily load image from remote url to your UIImageView with only two lines of code.", |
| "homepage": "https://github.com/songjiekun/IOSLazyImage", |
| "license": "MIT", |
| "authors": { |
| "song jie kun": "songjiekun@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/songjiekun/IOSLazyImage.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.1" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "IOSLazyImage": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |