blob: 9c53a63130f092185050641fab0ac8617dd8086f [file] [log] [blame]
{
"name": "CCCycleView",
"version": "0.0.2",
"summary": "An easy reuse cycle view",
"description": "目前可以用来轮播图、跑马灯、循环view的简单易用控件",
"homepage": "https://github.com/zackschen/CCCycleView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zacks": "cczacks@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zackschen/CCCycleView.git",
"tag": "0.0.2"
},
"source_files": [
"CCCycleView",
"CCCycleView/*.{h,m}"
],
"public_header_files": "CCCycleView/*.h",
"frameworks": "UIKit",
"requires_arc": true
}