blob: 397a029f873153b4157cf0c75fecb75dadf633e6 [file] [log] [blame]
{
"name": "CYImageInfiniteSlideView",
"version": "0.0.1",
"summary": "CYImageInfiniteSlideView",
"description": "CYImageInfiniteSlideView",
"homepage": "https://github.com/AlbertChen/CYImageInfiniteSlideView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenyiliang": "yiliang.chen@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AlbertChen/CYImageInfiniteSlideView.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"CYImageInfiniteSlideView/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
}
}