blob: 07397a9d58d8e85157e62a3ff8fde0b8cb83fba1 [file] [log] [blame]
{
"name": "BMXSwipableCell",
"version": "1.0",
"summary": "A custom UITableViewCell that supports swipe to reveal",
"homepage": "https://github.com/mbigatti/BMXSwipableCell",
"license": "MIT",
"authors": {
"Massimiliano Bigatti": "massimiliano@bigatti.it"
},
"source": {
"git": "https://github.com/mbigatti/BMXSwipableCell.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"BMXSwipableCell",
"BMXSwipableCell/**/*.{h,m}"
],
"requires_arc": true
}