2 "name": "RGBAImageBuffer",
4 "summary": "Access UIColor and RGBA data from a UIImage painlessly in Swift",
5 "description": "Get the UIColor of any pixel in a UIImage or CGImage relatively painlessly in Swift. Normally you have to interface with raw memory to accomplish this, and no one wants to do that. This makes it a (relatively) safe nullable subscript, rather than (relatively) unsafe pointer math.",
6 "homepage": "https://github.com/dennislysenko/RGBAImageBuffer",
9 "Dennis Lysenko": "dennis.s.lysenko@gmail.com"
12 "git": "https://github.com/dennislysenko/RGBAImageBuffer.git",
15 "social_media_url": "https://twitter.com/dennis_lysenko",
19 "source_files": "RGBAImageBuffer/Classes/**/*",
22 "RGBAImageBuffer/Assets/*.png"