blob: a53d1f86f8562e06ec2a503760b859ae969cc899 [file] [log] [blame]
{
"name": "AsyncTextAttachment",
"version": "1.0.1",
"summary": "Load web images on UITextView.",
"homepage": "https://github.com/YuLeiFuYun/AsyncTextAttachment",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YuLeiFuYun": "yuleifuyunn@gmail.com"
},
"swift_versions": "5.1",
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/YuLeiFuYun/AsyncTextAttachment.git",
"tag": "1.0.1"
},
"source_files": "Sources/AsyncTextAttachment/*.swift",
"dependencies": {
"Kingfisher": [
"~> 5.0"
],
"KingfisherWebP": [
]
},
"swift_version": "5.1"
}