blob: 0e3e6e75c1f6af38548885e525d4583f90829018 [file] [log] [blame]
{
"name": "EYImageSlider",
"platforms": {
"ios": "8.0"
},
"version": "0.0.2",
"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.2"
},
"source_files": "EYImageSlider/**/*.{h,m,swift}",
"frameworks": "UIKit"
}