blob: 2a96fe45577806656faa5ed34463820a0dffdf78 [file] [log] [blame]
{
"name": "SRTableView",
"version": "1.0.0",
"summary": "A TableView more conveniently",
"description": "A TableView more conveniently,Use the language is Objective - C",
"homepage": "https://github.com/suoxiaoxiao/SRTableView",
"license": "MIT",
"authors": {
"suoxiaoxiao": "sxiao1229@sina.com"
},
"source": {
"git": "https://github.com/suoxiaoxiao/SRTableView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SRTableView/*.{h,m}",
"public_header_files": "SRTableView/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}