blob: bea044d54b004b050adccbe5a9fafbcd08b4df02 [file] [log] [blame]
{
"name": "NSBAsyncImageView",
"version": "7.0",
"summary": "UIImageView for rendering data asynchronously, with composable renderers and caches",
"description": "This is a Swift framework that provides an easy to use UIImageView subclass for effectively loading and rendering images asynchronously, providing caching, and error handling.",
"homepage": "https://github.com/NachoSoto/AsyncImageView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Ignacio Soto": "hello@nachosoto.com"
},
"source": {
"git": "https://github.com/NachoSoto/AsyncImageView.git",
"tag": "7.0"
},
"platforms": {
"ios": "13.0",
"tvos": "13.0"
},
"source_files": [
"AsyncImageView/*.{swift}",
"AsyncImageView/Renderers/*.{swift}"
],
"module_name": "AsyncImageView",
"dependencies": {
"ReactiveSwift": [
"~> 6.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}