blob: ba01d4c735283d54d3a672ab09a5e05c1ba387eb [file] [log] [blame]
{
"name": "ByvStyles",
"version": "0.1.1",
"summary": "A library to manage dynamic styles for texts and colors",
"description": "With this library styles and colors can be defined and used after dynamically in code.",
"homepage": "https://github.com/byvapps/ByvStyles",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"adrianByv": "adrian@byvapps.com"
},
"source": {
"git": "https://github.com/byvapps/ByvStyles.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "ByvStyles/Classes/**/*",
"dependencies": {
"SwiftRichString": [
"~> 1.1"
]
}
}