[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / e / Paginator / 0.2.0 / Paginator.podspec.json
blob51427ce9635e20504b470139736b463f5f68f94b
2   "name": "Paginator",
3   "version": "0.2.0",
4   "summary": "A simple tool to manage paging",
5   "description": "TODO: Use this to manage the paginations in your requests when implementing paging/infinite scroll.",
6   "homepage": "https://bitbucket.org/JovcheffTeam/pagingmanager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dyanko Yovchev": "yovchev03@gmail.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/JovcheffTeam/pagingmanager",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Paginator/Classes/**/*",
22   "dependencies": {
23     "Bondage": [
24       "~> 1.0.0"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"