blob: ea26d9de1b7bed1bcaba87150de5cc3d2fe4102e [file] [log] [blame]
{
"name": "XXSwipeableCell",
"version": "1.0.0",
"summary": "一个滑动式的UITableViewCell.",
"description": "一个滑动式的UITableViewCell,扩展性很强。",
"homepage": "https://github.com/SenPng/XXSwipeableCell.git",
"license": "MIT",
"authors": {
"senpng": "senpng@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SenPng/XXSwipeableCell.git",
"tag": "1.0.0"
},
"source_files": [
"Core",
"Core/**/*.{swift}"
],
"exclude_files": [
"XXSwipeableCell",
"*.xcodeproj"
],
"requires_arc": true
}