blob: 7911f199d1e2722bfd6b6ec9af877b60212347a9 [file] [log] [blame]
{
"name": "MCImageLoader",
"version": "1.0.0",
"summary": "MCImageLoader loads asynchronously an UIImage to an UIImageView.",
"description": "This library loads an UIImage to a UIImageView. While the image is retrieved it shows the placeholder defined by the user.\nIt's also possible to set the transition duration between the placeholder and the final image.",
"homepage": "https://github.com/migchaves/MCImageLoader",
"license": "MIT",
"authors": {
"Miguel Chaves": "mchaves.apps@gmail.com"
},
"source": {
"git": "https://github.com/migchaves/MCImageLoader.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MCImageLoader": [
"Pod/Assets/*.png"
]
}
}