[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 5 / appendAttributedString / 1.1.2 / appendAttributedString.podspec.json
bloba2d6b73837c1b2309e5ab6a991bf65d7ec73766c
2   "name": "appendAttributedString",
3   "version": "1.1.2",
4   "summary": "An extension for NSMutableAttributedString",
5   "description": "An extension that adds a way for easier work with NSMutableAttributedString.\nSupports dynamic fonts, colors, underlines, strike through, images and you can chain append calls. And with the AttributesBuilder class it's easy to create attribute sets for Attributed String.",
6   "homepage": "https://github.com/ysoftware/appendAttributedString",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE.txt"
10   },
11   "social_media_url": "http://twitter.com/ysoftware",
12   "authors": {
13     "Yaroslav Erohin": "ysoftware@yandex.ru"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "swift_versions": "5",
19   "source": {
20     "git": "https://github.com/ysoftware/appendAttributedString.git",
21     "tag": "1.1.2"
22   },
23   "exclude_files": "appendAttributedString/appendAttributedStringTests",
24   "source_files": "appendAttributedString/**/*.{h,m,swift}",
25   "swift_version": "5"