[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / a / d / StyledText / 1.3.0 / StyledText.podspec.json
blob364377eb9bb840484f42b6911204e48932d37170
2   "name": "StyledText",
3   "version": "1.3.0",
4   "summary": "Declarative text styles and simple Dynamic Type support for iOS",
5   "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.",
6   "homepage": "https://github.com/blueapron/styled-text",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huebnerob": "robert.huebner@blueapron.com"
13   },
14   "source": {
15     "git": "https://github.com/blueapron/styled-text.git",
16     "tag": "v1.3.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "StyledText/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.0"