{ | |
"name": "UIView-JTViewToImage", | |
"version": "0.1", | |
"summary": "Rendering any UIViews into UIImage in one line", | |
"homepage": "http://ioscodesnippet.com/2011/08/25/rendering-any-uiviews-into-uiimage-in-one-line/", | |
"authors": { | |
"Jamz Tang": "jamz@jamztang.com" | |
}, | |
"platforms": { | |
"ios": null | |
}, | |
"source": { | |
"git": "https://github.com/ioscodesnippet/UIView-JTViewToImage.git", | |
"tag": "0.1" | |
}, | |
"source_files": "Classes/*.{h,m}", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"requires_arc": false | |
} |