blob: 9c6c580066c6baff340fe8fce05d8d84c235fbd2 [file] [log] [blame]
{
"name": "HexaColor",
"version": "0.0.1",
"summary": "A library to parse Hexa string colors",
"description": "A library to parse Hexa string colors.\nA Swift 3 implementation to use with your favorite dependency manager.",
"homepage": "https://github.com/leverdeterre/HexaColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerome Morissard": "morissardj@gmail.com"
},
"source": {
"git": "https://github.com/leverdeterre/HexaColor.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/leverdeterre",
"platforms": {
"ios": "8.0"
},
"source_files": "HexaColor/Classes/**/*",
"pushed_with_swift_version": "3.0"
}