blob: 643b26db2b34fd535d7477e07b47e05d07482bc1 [file] [log] [blame]
{
"name": "CRZScrollview",
"version": "0.0.1",
"summary": "A short description of CRZScrollview.",
"description": "创建三个UIImageView,循环复用,实现轮播效果",
"homepage": "https://github.com/chenqing512/CRZScrollview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenqing512": "chenqing512@sina.com"
},
"source": {
"git": "https://github.com/chenqing512/CRZScrollview.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"CRZScrollview",
"CRZScrollview/**/*.{h,m}"
],
"dependencies": {
"SDWebImage": [
"~> 4.2"
]
}
}