blob: 17e71da3902278ba1158fdebd3e4b93d89a69ec4 [file] [log] [blame]
{
"name": "TableViewSectionIndex",
"version": "0.0.1",
"summary": "tableView的一个自定义索引",
"description": "列表的索引,类似通讯录左侧的索引,高仿微信",
"homepage": "https://github.com/MrGCY",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MrGCY": "Mr_GCY@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MrGCY/TableViewIndex.git",
"tag": "0.0.1"
},
"source_files": [
"TableViewSectionIndex/Custom/**/*.{h,m}",
"TableViewSectionIndex/*.{h,m}"
],
"resources": "TableViewSectionIndex/Resource/*",
"requires_arc": true
}