blob: dbb40667f93cb87cd3f822c79efaba5df749f9ef [file] [log] [blame]
{
"name": "BMXSwipableCell",
"version": "1.2.6",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "A custom UITableViewCell that supports swipe to reveal",
"homepage": "https://github.com/mbigatti/BMXSwipableCell",
"authors": {
"Massimiliano Bigatti": "@mbigatti"
},
"source": {
"git": "https://github.com/mbigatti/BMXSwipableCell.git",
"tag": "1.2.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": [
"BMXSwipableCell",
"BMXSwipableCell/**/*.{h,m}"
]
}