blob: 2d2e94fdb4196df53426a000bf88904234a2232d [file] [log] [blame]
{
"name": "PaginationTracker",
"version": "1.0.2",
"summary": "Small library for tracking pagination in a table or collection view.",
"description": "Pagination tracker will listen for events that the user scrolled to a certain point,\nand will automatically trigger next page loads as needed.",
"homepage": "https://github.com/appwise-labs/PaginationTracker",
"authors": {
"David Jennes": "david.jennes@gmail.com",
"Tom Knapen": "tom@knapen.io"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/appwise-labs/PaginationTracker.git",
"tag": "1.0.2"
},
"default_subspecs": [
"Core",
"CoreData"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"StatefulUI": [
]
}
},
{
"name": "CoreData",
"source_files": "Sources/CoreData/**/*.swift",
"dependencies": {
"PaginationTracker/Core": [
],
"AppwiseCore/CoreData": [
]
}
}
],
"swift_version": "5.0"
}