blob: 8fe9812c670b4597512420e8819c73e2024c2456 [file] [log] [blame]
{
"name": "DKCarouselView",
"version": "1.0.1",
"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.1"
},
"source_files": "DKCarouselView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.1"
]
}
}