blob: d8ce45eb48c079bf6d01b582b2be91651a026d8f [file] [log] [blame]
{
"name": "JCCarouselView",
"version": "1.0.2",
"summary": "两个UIImageView实现的轮播banner",
"homepage": "https://github.com/JiachengZheng/JCCarouselView",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"zhengjiacheng": "jiachengzheng@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/JiachengZheng/JCCarouselView.git",
"tag": "1.0.2"
},
"source_files": "JCCarouselView/*.{h,m}",
"public_header_files": "JCCarouselView/*.h",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
]
}
}