blob: 7aed5408420bd80f5b2f4091decc27297dec4cde [file] [log] [blame]
{
"name": "CCLoopCollectionView",
"version": "0.0.3",
"summary": "Loop UICollectionView(include UIPageControl) for swift.",
"description": "It is a Loop UICollectionView(include UIPageControl) used on iOS, which implement by Swift.",
"homepage": "https://github.com/CoolPrince/CCLoopCollectionView",
"license": "MIT",
"authors": {
"chuanchuan cui": "cuchch@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/CoolPrince/CCLoopCollectionView.git",
"tag": "0.0.3"
},
"source_files": "CCLoopCollectionView/*",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
}
}