blob: 6d30dcff39313bcc8525167d433ba6b597563d63 [file] [log] [blame]
{
"name": "IOSLazyImage",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IOSLazyImage": [
"Pod/Assets/*.png"
]
}
}