blob: 0f7211cf261f2addbe2217a837d344477d21c40a [file] [log] [blame]
{
"name": "SJAttributesStringMaker",
"version": "2.1.0",
"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.1.0"
},
"source_files": "SJAttributesStringMaker/*.swift",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Deprecated",
"source_files": "SJAttributesStringMaker/Deprecated/*.swift"
}
]
}