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