blob: 06ac33be8d09c8d2673e771fb4bc8c494e67186b [file] [log] [blame]
{
"name": "SListView",
"version": "0.2.0",
"summary": "custom tableView of horizontal sliding",
"description": "可以水平滑动的自定义tableView,后续有待继续优化支持“循环滑动”,“垂直滑动”以及“卡片样式”,",
"homepage": "https://github.com/x5forever/SListView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"x5": "x5forever@163.com"
},
"source": {
"git": "https://github.com/x5forever/SListView.git",
"tag": "V0.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SListViewDemo/SListViewDemo/Classes/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}