blob: 1fad645c55b88e5168ba3b7c2b7783203b48285e [file] [log] [blame]
{
"name": "ImageCycleScrollView",
"version": "2.0",
"summary": "A cycle scrollview in swift supporting autoplay and manual play.",
"homepage": "https://github.com/shinancao/ImageCycleScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shinancao": "shinancao666@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shinancao/ImageCycleScrollView.git",
"tag": "2.0"
},
"source_files": "Sources/*.{swift,h}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Kingfisher": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}