[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 9 / 2 / PaginatedTableView / 1.0.1 / PaginatedTableView.podspec.json
blob3006e876f0d25c61915c786b043d4b7f89509f0f
2   "name": "PaginatedTableView",
3   "version": "1.0.1",
4   "summary": "Assign this class to your UITableView and it will be equipped with pull to refresh as well as infinite scroll",
5   "description": "Assign this class to your UITableView and it will be equipped with pull to refresh as well as infinite scroll along with a callback where you don't have to worry about page number/size stuff. Thats why libraries exist :)",
6   "homepage": "https://github.com/salmaanahmed/PaginatedTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Salmaan Ahmed": "salmaan.ahmed@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/salmaanahmed/PaginatedTableView.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "PaginatedTableView/Classes/*.swift",
22   "frameworks": "UIKit"