blob: 364377eb9bb840484f42b6911204e48932d37170 [file] [log] [blame]
{
"name": "StyledText",
"version": "1.3.0",
"summary": "Declarative text styles and simple Dynamic Type support for iOS",
"description": "StyledText is a library that simplifies styling dynamic text in iOS applications. Instead of having to use attributed strings every time you need to update text, you can declaratively set a text style on your labels. When the text of the label is updated, the label uses the preset style.",
"homepage": "https://github.com/blueapron/styled-text",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huebnerob": "robert.huebner@blueapron.com"
},
"source": {
"git": "https://github.com/blueapron/styled-text.git",
"tag": "v1.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "StyledText/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}