[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 0 / d / NSBAsyncImageView / 7.1 / NSBAsyncImageView.podspec.json
blob626f17059ce76e18e4888bfa49ecf6f9e60ba2d8
2   "name": "NSBAsyncImageView",
3   "version": "7.1",
4   "summary": "UIImageView for rendering data asynchronously, with composable renderers and caches",
5   "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.",
6   "homepage": "https://github.com/NachoSoto/AsyncImageView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Ignacio Soto": "hello@nachosoto.com"
13   },
14   "source": {
15     "git": "https://github.com/NachoSoto/AsyncImageView.git",
16     "tag": "7.1"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "tvos": "13.0"
21   },
22   "source_files": [
23     "AsyncImageView/*.{swift}",
24     "AsyncImageView/Renderers/*.{swift}"
25   ],
26   "module_name": "AsyncImageView",
27   "dependencies": {
28     "ReactiveSwift": [
29       "~> 6.1"
30     ]
31   },
32   "swift_versions": "5.0",
33   "swift_version": "5.0"