blob: 87a1180e81d64dd88c17ed367a746c23a6eaf451 [file] [log] [blame]
{
"name": "DKCarouselView",
"version": "1.4.6",
"summary": "DKCarouselView is a automatically & circular infinite(or not) scrolling view.The view auto paging/pause can be specified as well.",
"homepage": "https://github.com/zhangao0086/DKCarouselView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bannings": "zhangao0086@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zhangao0086/DKCarouselView.git",
"tag": "1.4.6"
},
"source_files": "DKCarouselView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.1"
]
}
}