| { |
| "name": "UIColorHexRGB", |
| "version": "0.1.0", |
| "summary": "UIColor Method to convert Hex to RGB.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/lllovesmatt/UIColorHexRGB", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Matthew Ramsden": "ramsden.matthew@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lllovesmatt/UIColorHexRGB.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/matthewramsden", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "UIColorHexRGB/Classes/*" |
| } |