blob: 391046ef0633535313c50079b7f5e6613a44ada2 [file] [log] [blame]
{
"name": "SDRemoteImageView",
"version": "0.4.0",
"summary": "Fetch image from Remote server, downsample it, and display it",
"description": "UIImageView subclass that fetches image from Remote server, downsample it, and display it",
"homepage": "https://github.com/e-sung/SDRemoteImageView",
"screenshots": "https://github.com/e-sung/SDRemoteImageView/blob/master/demo.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"e-sung": "dev.esung@gmail.com"
},
"source": {
"git": "https://github.com/e-sung/SDRemoteImageView.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/sungdooyoo",
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "SDRemoteImageView/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.1"
}