blob: 8e30d73789ddd87851f964166f78faf834addbc1 [file] [log] [blame]
{
"name": "JCyclePictureView",
"version": "1.0.2",
"summary": "用 UICollectionView 写的无限滚动轮播图,支持自定义 cell、滚动方向等。",
"homepage": "https://github.com/GitHubZebra/JCyclePictureView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zebra": "mr_banma@126.com"
},
"source": {
"git": "https://github.com/GitHubZebra/JCyclePictureView.git",
"tag": "1.0.2"
},
"source_files": "JCyclePictureView/*.swift",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Kingfisher": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}