blob: f1647e8f7c402f7131ffe4445b14250c8be2c949 [file] [log] [blame]
{
"name": "BinSwipeCell",
"version": "1.0.1",
"summary": "为SWTableViewCell 添加了左右间距功能",
"description": "- 项目源于SWTableViewCell.\n- 为SWTableViewCell 添加了左右间距功能.",
"homepage": "https://github.com/iBinbro/BinSwipeCell",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"iBinBro": "812117956@qq.com"
},
"social_media_url": "https://www.binsama.com",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iBinbro/BinSwipeCell.git",
"tag": "1.0.1"
},
"source_files": "Classes/**/*.{h,c,m,mm}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"public_header_files": [
"Classes/*.h",
"Classes/SWTableViewCell/*.h"
]
}