blob: f1e736dbecffe97c27b12a20661d7e862a5cbfca [file] [log] [blame]
{
"name": "CCLoopCollectionView",
"version": "0.0.4",
"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.4"
},
"source_files": "CCLoopCollectionView/*",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
}
}