blob: 42c37c669099b89664f3bd634d3890e084ec63ba [file] [log] [blame]
{
"name": "DKCarouselView",
"version": "1.4.11",
"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.11"
},
"source_files": "DKCarouselView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.8.1"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}