blob: 967e2800071e7ee4409c80a7d919bc742eaf543a [file] [log] [blame]
{
"name": "JJCachedAsyncViewDrawing",
"version": "1.0.0",
"platforms": {
"ios": null
},
"license": "Apache",
"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",
"authors": {
"Javier Soto": "",
"Jacob Jennings": "jacob.r.jennings@gmail.com"
},
"source": {
"git": "https://github.com/jacobjennings/JJCachedAsyncViewDrawing.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"frameworks": [
"QuartzCore",
"Foundation"
],
"requires_arc": true
}