blob: 2c452ea31b328b9d998db6fd5d870ec210c1f38e [file] [log] [blame]
{
"name": "MSCachedAsyncViewDrawing",
"version": "1.0.1",
"summary": "Helper class that allows you to draw views (a)synchronously to a UIImage with caching for great performance.",
"homepage": "https://github.com/mindsnacks/MSCachedAsyncViewDrawing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javier Soto": "ios@javisoto.es"
},
"source": {
"git": "https://github.com/mindsnacks/MSCachedAsyncViewDrawing.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MSCachedAsyncViewDrawing.{h,m}",
"requires_arc": true
}