blob: 46bda4fc9e83e965371939eb9633002ce4da646d [file] [log] [blame]
{
"name": "RJExpandableTableView",
"version": "0.0.1",
"summary": "A TableView can expand immediately or after downloading data.",
"homepage": "https://github.com/wuleijun/RJExpandableTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rayjuneWu": "wuleijun8@gmail.com"
},
"social_media_url": "http://weibo.com/rayjuneWu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wuleijun/RJExpandableTableView.git",
"tag": "v0.0.1"
},
"source_files": [
"RJExpandableTableView/RJExpandableTableView.swift",
"RJExpandableTableView/RJExpandableTableViewCell.swift"
],
"frameworks": "UIKit",
"requires_arc": true
}