blob: a6a5f589fc4716ce7389e287cbf3f2df8bd47414 [file] [log] [blame]
{
"name": "CMImageLoader",
"version": "1.0.1",
"summary": "CMImageLoader let you dowload asynchrnously Image and save it to memory and disk cache",
"description": "CMImage loader is a Network image manager. All you have to do is using CMImageView instead of UIImageView and all the work will be done for you.",
"homepage": "https://github.com/celian-m/CMImageLoader",
"license": "MIT",
"authors": {
"CĂ©lian Moutafis": "cmoutafis@mystudiofactory.com"
},
"source": {
"git": "https://github.com/celian-m/CMImageLoader.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/celian_m",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CMImageLoader": [
"Pod/Assets/*.png"
]
}
}