blob: 10fffe02f5dfce95966766678189c33f1e868d74 [file] [log] [blame]
{
"name": "MCCommonTableView",
"version": "0.0.1",
"summary": "A table view for common use.",
"description": "A table view for common use, have fun.",
"homepage": "https://github.com/imegatron/MCCommonTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chao Ma": "mc@imegatron.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/imegatron/MCCommonTableView.git",
"tag": "0.0.1"
},
"source_files": "Classes",
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}