| { | |
| "name": "UIColorRGBA", | |
| "version": "0.3", | |
| "summary": "UIColor extension", | |
| "description": "Provides convenience UIColor method for setting color from HEX string in Swift", | |
| "homepage": "https://github.com/maximbilan/UIColorRGBA", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "authors": { | |
| "Maxim Bilan": "maximb.mail@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/maximbilan/UIColorRGBA.git", | |
| "tag": "0.3" | |
| }, | |
| "source_files": [ | |
| "Source", | |
| "*.{swift}" | |
| ], | |
| "requires_arc": true | |
| } |