blob: f8ce5a8bc1c11fdf8e9927ecc31d0da2c667eb73 [file] [log] [blame]
{
"name": "CMImageLoader",
"version": "1.0.0",
"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.0"
},
"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"
]
}
}