| { |
| "name": "RGBAImageBuffer", |
| "version": "1.0.0", |
| "summary": "Access UIColor and RGBA data from a UIImage painlessly in Swift", |
| "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.", |
| "homepage": "https://github.com/dennislysenko/RGBAImageBuffer", |
| "license": "MIT", |
| "authors": { |
| "Dennis Lysenko": "dennis.s.lysenko@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/dennislysenko/RGBAImageBuffer.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/dennis_lysenko", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "RGBAImageBuffer/Classes/**/*", |
| "resource_bundles": { |
| "RGBAImageBuffer": [ |
| "RGBAImageBuffer/Assets/*.png" |
| ] |
| } |
| } |