blob: 16e9d5053bc9eefca7425679e651b00eec4fddc6 [file] [log] [blame]
{
"name": "Hexes",
"version": "1.0",
"summary": "Convert hex triplets into UIColors and CGColors!",
"homepage": "https://github.com/aleclarson/hex-kit",
"authors": "Alec Larson",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/ProjectDent/hex-kit.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Hexes.swift",
"frameworks": "UIKit"
}