blob: e3bedb3793b719550381dd16da3f62bba7ca1d1c [file] [log] [blame]
{
"name": "SwiftImageSlider",
"version": "0.1.5",
"summary": "A simple image slide show library by Swift.",
"homepage": "https://github.com/nanjingboy/SwiftImageSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom.Huang": "hzlhu.dargon@gmail.com"
},
"source": {
"git": "https://github.com/nanjingboy/SwiftImageSlider.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"resources": "SwiftImageSlider.bundle",
"dependencies": {
"Kingfisher": [
"~> 2.4"
],
"Toast-Swift": [
"~> 1.3.0"
]
}
}