| { |
| "name": "UIColorInterpolation", |
| "version": "0.3", |
| "summary": "A simple UIColor category to interpolate with another color.", |
| "homepage": "https://github.com/aout/UIColor-Interpolation", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Guillaume CASTELLANA": "guillaume.castellana@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/aooout", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/aout/UIColor-Interpolation.git", |
| "tag": "0.3" |
| }, |
| "source_files": "Classes/", |
| "public_header_files": "Classes/*.h", |
| "requires_arc": true |
| } |