blob: 3637ed241fb4104d304aaaff8690de949f199cfb [file] [log] [blame]
{
"name": "BMXSwipableCell",
"version": "1.2.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"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.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": [
"BMXSwipableCell",
"BMXSwipableCell/**/*.{h,m}"
]
}