[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 5 / appendAttributedString / 0.2 / appendAttributedString.podspec.json
blobd37869d05d3ed10f4be616b7f666c5c9d32ca8ce
2   "name": "appendAttributedString",
3   "version": "0.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_version": "4.2",
19   "source": {
20     "git": "https://github.com/ysoftware/appendAttributedString.git",
21     "tag": "v0.2"
22   },
23   "exclude_files": "appendAttributedString/appendAttributedStringTests",
24   "source_files": "appendAttributedString/**/*.{h,m,swift}"