blob: b277a7d7c2b2ab74d20e8e5d1d67655ccb29508e [file] [log] [blame]
{
"name": "RGBA",
"version": "0.1.0",
"summary": "RGBA color string utilities for iOS",
"description": "RGBA color string utilities for iOS\n\nBy using this library, mutual conversion between RGBA color string and UIColor is possible.",
"homepage": "https://github.com/emoji-gen/ios-rgba",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pine Mizune": "pinemz@gmail.com"
},
"source": {
"git": "https://github.com/emoji-gen/ios-rgba.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/pine613",
"platforms": {
"ios": "8.0"
},
"source_files": "RGBA/Classes/**/*",
"public_header_files": "RGBA/Classes/**/*.h",
"frameworks": "UIKit"
}