blob: cc23d50a398a8d926de521ad45352e19a4473cd6 [file] [log] [blame]
{
"name": "SJAttributesFactory",
"version": "2.0.1",
"summary": "富文本编辑工厂.",
"description": "富文本编辑工厂, 为省去繁琐的编辑代码, 所以采用了链式语法去创建一个AttributedString.",
"homepage": "https://github.com/changsanjiang/SJAttributesFactory",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJAttributesFactory.git",
"tag": "v2.0.1"
},
"source_files": "SJAttributesFactory/*.{h,m}",
"frameworks": "UIKit"
}