blob: eeee87de2297f0c896706baf4b7a1371edb33589 [file] [log] [blame]
{
"name": "ADCarouselView",
"version": "1.0",
"summary": "轮播图",
"description": "用UICollectionView实现轮播图",
"homepage": "https://github.com/tiancanfei/ADCarouselView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"安德航": "bjwltiankong@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tiancanfei/ADCarouselView.git",
"tag": "1.0"
},
"source_files": "ADCarouselView/ADCarouselView/*.{h,m}",
"public_header_files": "ADCarouselView/ADCarouselView/*.h",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.6"
]
}
}