| { |
| "name": "HXTableView", |
| "version": "0.0.1", |
| "summary": "便于使用带刷新功能的tableView", |
| "description": "带刷新的tableView,可设置 无数据的 空页面\n以及其他一些设置,详见demo", |
| "homepage": "https://github.com/EarthMass/TestSegmentAndRefreshTableViewDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "mars": "627556038@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/EarthMass/TestSegmentAndRefreshTableViewDemo.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "TestSegmentAndRefreshTableViewDemo/HXTableView/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "MJRefresh": [ |
| |
| ], |
| "DZNEmptyDataSet": [ |
| |
| ] |
| } |
| } |