[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / d / 7 / CuteAttribute / 1.2.0 / CuteAttribute.podspec.json
blobe458bd331b5c1bd45c11a76e8d803df60bb2ce90
2   "name": "CuteAttribute",
3   "version": "1.2.0",
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.0"
17   },
18   "source_files": "CuteAttribute/*.{swift,h}",
19   "frameworks": "UIKit",
20   "requires_arc": true