blob: 40f2e65f8d1f222823d6571a1cf43f185c0d431c [file] [log] [blame]
{
"name": "AttributedString",
"version": "1.1.1",
"summary": "基于Swift字符串插值快速构建你想要的富文本",
"homepage": "https://github.com/lixiang1994/AttributedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LEE": "18611401994@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lixiang1994/AttributedString.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}