blob: eaa82336de79c5fa9d50836728568c0d2fac27e1 [file] [log] [blame]
{
"name": "MACachedImageView",
"version": "1.0.0",
"summary": "Load images from a URL into a local cache before displaying them and show a fancy loading indicator in the meantime.",
"homepage": "https://github.com/swissmanu/MACachedImageView",
"authors": {
"Manuel Alabor": "msites@msites.net"
},
"license": "MIT",
"source": {
"git": "https://github.com/swissmanu/MACachedImageView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"MACachedImageView/MACachedImageView.{h,m}",
"MACachedImageView/NSString+MD5.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 1.1.0"
],
"MACircleProgressIndicator": [
"~> 1.0.0"
]
},
"requires_arc": true
}