blob: efe99a468c4a768fea9950226c12899b8263fc7a [file] [log] [blame]
{
"name": "XXUILazyImageView",
"version": "0.0.2",
"summary": "Yet Another Lazy loading UIImageView for remote image assets.",
"description": " Yet Another Lazy loading UIImageView for remote image assets.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/seanxiaoxiao/XXUILazyImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seanxiaoxiao": "seanxiaoxiao@hotmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/seanxiaoxiao/XXUILazyImageView.git",
"tag": "0.0.2"
},
"source_files": [
"XXUILazyImageView.m",
"XXUILazyImageView.h"
],
"public_header_files": "XXUILazyImageView.h",
"requires_arc": true
}