blob: 0da21b021d6e15e778d0ccfc2726bd213dd2fa67 [file] [log] [blame]
{
"name": "DKCarouselView",
"version": "1.0.2",
"summary": "A automatically & circular infinite scrolling view.",
"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.0.2"
},
"source_files": "DKCarouselView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.1"
]
}
}