blob: 879b6e95f9040563ec4f3a7f0baad284ef6cccb2 [file] [log] [blame]
{
"name": "CYExpandableTableView",
"version": "0.0.1",
"summary": "An expandable / collapsable table view for iOS.",
"description": "An expandable / collapsable table view for iOS , easy to use , easy to customize !",
"homepage": "https://github.com/Gocy015/CYExpandableTableView",
"license": "MIT",
"authors": {
"Gocy": "651023362@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Gocy015/CYExpandableTableView.git",
"tag": "0.0.1"
},
"source_files": "CYExpandableTableView/*.{h,m}",
"resources": "CYExpandableTableView/*.xib",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}