blob: 5bc439eb2e3251bc48c19599c986862ceb315e80 [file] [log] [blame]
{
"name": "SwiftImageSlider",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"resources": "SwiftImageSlider.bundle",
"dependencies": {
"Kingfisher": [
"~> 3.2"
],
"Toast-Swift": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}