blob: a38e89e981693e752c319e8bfa1b06cdd7945805 [file] [log] [blame]
{
"name": "XJTableViewManager",
"version": "0.0.1",
"summary": "Easy to use UITableView",
"homepage": "https://github.com/xjimi/XJTableViewManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XJIMI": "fn5128@gmail.com"
},
"source": {
"git": "https://github.com/xjimi/XJTableViewManager.git",
"tag": "0.0.1"
},
"source_files": [
"XJTableViewManager",
"XJTableViewManager/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "9.0"
}
}