[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / 1 / FSAttributedString / 1.0.3 / FSAttributedString.podspec.json
blob838cc926cd35db0382268f3e544537d04d59e0e1
2   "name": "FSAttributedString",
3   "version": "1.0.3",
4   "summary": "一个轻量级的字符拼接工具",
5   "description": "FSAttributedString是一个轻量级的字符拼接工具,它以更好的语法包装了NSAttributedString。 拥有自己的属性字符模型,通过包含关系有效避免NSRange的一致性问题,链式调用,从而使布局代码更简洁易读。暂不支持Label的链接点击。",
6   "homepage": "https://github.com/zhangzhongyan/FSAttributedString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangzhongyan": "749994100@qq.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangzhongyan/FSAttributedString.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "FSAttributedString/FSAttributedString/**/*.{h,m}",
22   "requires_arc": true