[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / 7 / CuteAttribute / 0.1.1 / CuteAttribute.podspec.json
blob36ab0691482253f83e2d3c3c176d7a6c5f868d00
2   "name": "CuteAttribute",
3   "version": "0.1.1",
4   "summary": "A elegant way to use attributed string in swift.",
5   "description": "A elegant way to deal with attributed string in swift. It's convenient to create attributed string by `.cute`, whatever from `String`, `NSString`, `NSAttributedString` or `NSMutableAttributedString`. 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": "0.1.1"
17   },
18   "source_files": "CuteAttribute/*.{swift, h}",
19   "pushed_with_swift_version": "3.0"