[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 9 / 4 / PaginationTracker / 1.0.1 / PaginationTracker.podspec.json
blob38c85a8b1ea1550c8113ab15da6d8e5dffebb288
2   "name": "PaginationTracker",
3   "version": "1.0.1",
4   "summary": "Small library for tracking pagination in a table or collection view.",
5   "description": "Pagination tracker will listen for events that the user scrolled to a certain point,\nand will automatically trigger next page loads as needed.",
6   "homepage": "https://github.com/appwise-labs/PaginationTracker",
7   "authors": {
8     "David Jennes": "david.jennes@gmail.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/appwise-labs/PaginationTracker.git",
20     "tag": "1.0.1"
21   },
22   "default_subspecs": [
23     "Core",
24     "CoreData"
25   ],
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/**/*.swift",
31       "dependencies": {
32         "Alamofire": [
34         ],
35         "StatefulUI": [
37         ]
38       }
39     },
40     {
41       "name": "CoreData",
42       "source_files": "Sources/CoreData/**/*.swift",
43       "dependencies": {
44         "PaginationTracker/Core": [
46         ],
47         "AppwiseCore/CoreData": [
49         ]
50       }
51     }
52   ]