blob: 7bd180f1d26f29eefa81b63c7a636b195d02b1b3 [file] [log] [blame]
{
"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"
]
}
}