blob: 1ae7c3de429b22774ff82bb151f0058c9b268db3 [file] [log] [blame]
{
"name": "SwiftImageSlider",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"resources": "SwiftImageSlider.bundle",
"dependencies": {
"Kingfisher": [
"~> 2.4"
],
"Toast-Swift": [
"~> 1.3.0"
]
}
}