| { | |
| "name": "SwiftyColor", | |
| "version": "1.0.0", | |
| "summary": "The most sexy way to use colors in Swift.", | |
| "homepage": "https://github.com/devxoul/SwiftyColor", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Suyeol Jeon": "devxoul@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/devxoul/SwiftyColor.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "Sources/*.{swift}", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9" | |
| } | |
| } |