blob: d290a642f1a09ecdf6ace26593e611ed89715cf6 [file] [log] [blame]
{
"name": "AsyncTextAttachment",
"version": "1.0.0",
"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.0"
},
"source_files": "Sources/AsyncTextAttachment/*.swift",
"dependencies": {
"Kingfisher": [
],
"KingfisherWebP": [
]
},
"swift_version": "5.1"
}