[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 9 / 0 / PSSTableViewNoneData / 1.0.2 / PSSTableViewNoneData.podspec.json
blobc1466ac264ac48bdcaf5063ad0608277768e72fb
2   "name": "PSSTableViewNoneData",
3   "version": "1.0.2",
4   "summary": "A drop-in UITableView superclass category for showing empty datasets whenever the view has no content to display.",
5   "description": "It will work automatically, by just conforming to PSSTableViewNoneData, and returning the data you want to show. The -reloadData call will be observed so the empty dataset will be configured whenever needed.",
6   "homepage": "https://github.com/Pangshishan/PSSTableViewNoneData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pangshishan": "Pangshishan1@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Pangshishan/PSSTableViewNoneData.git",
19     "tag": "v1.0.2"
20   },
21   "source_files": "PSSTableViewNoneData/PSSTableViewNoneDataSet/**/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": "UIKit"