[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / d / 7 / CuteAttribute / 1.2.2 / CuteAttribute.podspec.json
blobe39a2d8597ed460cf33204581a29cc517d90317a
2   "name": "CuteAttribute",
3   "version": "1.2.2",
4   "summary": "A elegant way to use attributed string in swift.",
5   "description": "* A elegant way to deal with attributed string in swift. \n* It's convenient to create attributed string by `.cute`, \n* whatever from `String`, `NSString`, `NSAttributedString` or `NSMutableAttributedString`. \n* It's so amazing that almost all method support `chaining`.",
6   "homepage": "https://github.com/qiuncheng/CuteAttribute",
7   "license": "MIT",
8   "authors": {
9     "qiuncheng": "qiuncheng@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/qiuncheng/CuteAttribute.git",
16     "tag": "1.2.2"
17   },
18   "source_files": "CuteAttribute/*.{swift,h}",
19   "frameworks": "UIKit",
20   "requires_arc": true