blob: 3b2bb6ed5a3e44e4ad111c6f78c01d90769885ed [file] [log] [blame]
{
"name": "TCRotatorImageView",
"version": "0.0.1",
"summary": "无限循环轮播器",
"description": "可自定义的无限循环轮播图框架",
"homepage": "https://github.com/cheenbee/TCRotatorImageView",
"license": "MIT",
"authors": {
"cheenbee": "chenbing1992@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cheenbee/TCRotatorImageView.git",
"tag": "0.0.1"
},
"source_files": [
"TCRotatorImageView",
"TCRotatorImageView/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7"
]
}
}