blob: 795ad94644283936b737b7f23212d3f0b5d5caff [file] [log] [blame]
{
"name": "HtmlTextView",
"version": "0.0.1",
"summary": "Easy parse HTML text in Swift UITextView",
"description": "HtmlTextView will help you to parse HTML text in UITextView.",
"homepage": "https://github.com/indratir/HtmlTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"indratir": "tirta777@gmail.com"
},
"social_media_url": "https://twitter.com/indratir",
"platforms": {
"ios": "12.1"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/indratir/HtmlTextView.git",
"tag": "0.0.1"
},
"source_files": "HtmlTextView/**/*.{h,m,swift}",
"dependencies": {
"SwiftSoup": [
"~> 2.3.3"
]
},
"swift_version": "5"
}