blob: 6b1054a1ae2fc9b7f50ce68ceee9ec81204978a0 [file] [log] [blame]
{
"name": "SwipeTableView",
"version": "0.2.4",
"summary": "A swipe view with tableview oc iOS.",
"description": "It is a swipe view with tableview items,so it support scroll vertical and horizontal.It's used just like a tableview to set header or swithcbar.",
"homepage": "https://github.com/Roylee-ML/SwipeTableView",
"license": "MIT",
"authors": {
"Roylee-ML": "roylee.stillway@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Roylee-ML/SwipeTableView.git",
"tag": "0.2.4"
},
"source_files": "SwipeTableView/SwipeTableView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}