[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / appendAttributedString / 0.1 / appendAttributedString.podspec.json
blobd9a84d950fa67ef079d888113b65166bcc33963e
2   "name": "appendAttributedString",
3   "version": "0.1",
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.1",
19   "source": {
20     "git": "https://github.com/ysoftware/appendAttributedString.git",
21     "tag": "v0.1"
22   },
23   "exclude_files": "appendAttributedString/appendAttributedStringTests",
24   "source_files": "appendAttributedString/**/*.{h,m,swift}"