blob: b1d7140228d82634ec98421c24e07305b398cbba [file] [log] [blame]
{
"name": "FMTB",
"version": "0.1.1",
"summary": "Fast manager tableView, A Cocoa / Objective-C wrapper around UITableView",
"homepage": "https://github.com/liubin303/fmtb",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liubin303": "273631976@qq.com"
},
"source": {
"git": "https://github.com/liubin303/fmtb.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "FMTB/**/*.{h,m}",
"resources": "FMTB/fmtb.bundle",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
"~> 2.3.2"
]
}
}