[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 4 / SDRemoteImageView / 0.2.3 / SDRemoteImageView.podspec.json
blobe089f75f6cc4b77c967d3917e9486af9bc50f43f
2   "name": "SDRemoteImageView",
3   "version": "0.2.3",
4   "summary": "Fetch image from Remote server, downsample it, and display it",
5   "description": "UIImageView subclass that fetches image from Remote server, downsample it, and display it",
6   "homepage": "https://github.com/e-sung/SDRemoteImageView",
7   "screenshots": "https://github.com/e-sung/SDRemoteImageView/blob/master/demo.gif?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "e-sung": "dev.esung@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/e-sung/SDRemoteImageView.git",
17     "tag": "0.2.3"
18   },
19   "social_media_url": "https://twitter.com/sungdooyoo",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_versions": [
24     "5.0",
25     "5.1"
26   ],
27   "source_files": "SDRemoteImageView/Classes/**/*",
28   "frameworks": "UIKit",
29   "swift_version": "5.1"