[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / f / 4 / TableViewSectionIndex / 0.0.1 / TableViewSectionIndex.podspec.json
blob17e71da3902278ba1158fdebd3e4b93d89a69ec4
2   "name": "TableViewSectionIndex",
3   "version": "0.0.1",
4   "summary": "tableView的一个自定义索引",
5   "description": "列表的索引,类似通讯录左侧的索引,高仿微信",
6   "homepage": "https://github.com/MrGCY",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MrGCY": "Mr_GCY@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/MrGCY/TableViewIndex.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "TableViewSectionIndex/Custom/**/*.{h,m}",
23     "TableViewSectionIndex/*.{h,m}"
24   ],
25   "resources": "TableViewSectionIndex/Resource/*",
26   "requires_arc": true