blob: 747adbf0a9b22826b9c0f811c2aaf2545e9c8012 [file] [log] [blame]
{
"name": "CLLoopScrollView",
"version": "0.0.1",
"summary": "UIScrollview 循环播放图片",
"description": "无限滑动更新图片,定时自动跳转到下一页",
"homepage": "http://github.com/chrislian/CLLoopScrollView",
"license": "MIT",
"authors": {
"chrislian": "chris0592@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chrislian/CLLoopScrollView.git",
"tag": "0.0.1"
},
"source_files": "CLLoopScrollView/CLLoopView/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}