blob: 451e27f9cddd3a2cf5139a5add82471d3152bd59 [file] [log] [blame]
{
"name": "EYImageSlider",
"platforms": {
"ios": "8.0"
},
"version": "0.0.1",
"summary": "EYImageSlider is an widget for you to show a series images like in a slider.",
"description": "EYImageSlider is a fully customizable widget created for iOS platform to show images in a slider way, it is also support lazy image loading. Developer could also specify the image loading behaviour, eg, using SDWebImage to pull image from remote server.",
"homepage": "https://github.com/enix223/EYImageSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Enix Yu": "enix223@163.com"
},
"source": {
"git": "https://github.com/enix223/EYImageSlider.git",
"tag": "0.0.1"
},
"source_files": "EYImageSlider/**/*.{h,m,swift}",
"frameworks": "UIKit"
}