| { | |
| "name": "UIImage+RTTint", | |
| "version": "1.0.0", | |
| "authors": { | |
| "Ramon Torres": "raymondjavaxx@gmail.com" | |
| }, | |
| "homepage": "https://github.com/raymondjavaxx/UIImage-RTTint", | |
| "summary": "Retina-aware category for tinting, darkening and lightening a UIImage.", | |
| "source": { | |
| "git": "https://github.com/raymondjavaxx/UIImage-RTTint.git", | |
| "tag": "1.0.0" | |
| }, | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "UIImage+RTTint.{m,h}", | |
| "requires_arc": false | |
| } |