[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / d / 7 / HeaderInsetTableView / 0.0.2 / HeaderInsetTableView.podspec.json
blob7f3dca529755a32a51dfddbdcb4d6388f5c6f347
2   "name": "HeaderInsetTableView",
3   "version": "0.0.2",
4   "summary": "A category fix UITableView`s headerView positon offset when you set contentInset property.",
5   "description": "A category of UITableView to fix it`s headerView positon offset when you set contentInset property.",
6   "homepage": "https://github.com/SinCheung/HeaderInsetTableView",
7   "license": "MIT",
8   "authors": {
9     "Shin Chueng": "zangxiaoxin@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/SinCheung/HeaderInsetTableView.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true