blob: 24557b27643dd4d23313b4242c4a4342d3619b38 [file] [log] [blame]
{
"name": "MoreColors",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/mccoyLBI/MoreColors",
"authors": {
"Kyle Scholl": "appdev@patronusllc.com"
},
"social_media_url": "https://twitter.com/PatronusLLC",
"summary": "MoreColors allows users to add their own custom colors that seamlessly integrate with UIColor. There is also a built in HEX to RGB function.",
"source": {
"git": "https://github.com/mccoyLBI/MoreColors.git",
"tag": "0.1.0"
},
"source_files": "MoreColors/**/*.{swift}",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}