[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 4 / a / TablePaginator / 1.0.0 / TablePaginator.podspec.json
blob0684583c871cf4bc3710591db3d347b009e80546
2   "name": "TablePaginator",
3   "version": "1.0.0",
4   "summary": "A library for adding pagination ability to UITableView",
5   "description": "A library for adding pagination ability to UITableView.",
6   "homepage": "https://github.com/elano50/TablePaginator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Kisel": "kipanca7@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/elano50/TablePaginator.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_version": "4.2",
22   "source_files": "TablePaginator/Classes/**/*",
23   "dependencies": {
24     "MulticastDelegateKit": [
25       "~> 1.0.0"
26     ]
27   }