[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / e / 9 / AWRichText / 1.0.1 / AWRichText.podspec.json
blobb47eeed8f75809276a4da9883304f01d98a24b23
2   "name": "AWRichText",
3   "version": "1.0.1",
4   "summary": "基于CoreText,面向对象,极简,易用,高效,并不仅仅局限于图文混排的富文本排版神器。",
5   "description": "解决NSAttributedString的如下问题:\n1. 太难用了,属性那么多,而且使用字典构造,每次用都要查一下文档。更不要说大规模使用了。\n2. 不支持GIF动图\n3. 不支持局部点击\n4. 不支持UIView与文字进行混排",
6   "homepage": "https://github.com/hardman/AWRichText.git",
7   "screenshots": "https://raw.githubusercontent.com/hardman/OutLinkImages/master/AWRichText/AWRichText-demo.gif",
8   "license": "MIT",
9   "authors": "wanghongyu",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/hardman/AWRichText.git",
15     "tag": "1.0.1"
16   },
17   "source_files": [
18     "RichText",
19     "RichText/**/*.{h,m}"
20   ],
21   "public_header_files": "RichText/**/*.h"