| { |
| "name": "UIColor+PerceivedLuminance", |
| "version": "1.0.1", |
| "homepage": "https://github.com/mxcl/UIColorPerceivedLuminance", |
| "summary": "Obtain the luminance value of a `UIColor` as interperated by a human eye.", |
| "license": { |
| "type": "MIT", |
| "file": "UIColor+PerceivedLuminance.m" |
| }, |
| "authors": { |
| "Max Howell": "mxcl@me.com" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/mxcl/UIColorPerceivedLuminance.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": false, |
| "frameworks": "UIKit" |
| } |