blob: ef83e85e8a10b227df127e585e621d51fbbd7a8b [file] [log] [blame]
{
"name": "PaginationTracker",
"version": "1.0.0",
"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"
},
"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.0"
},
"default_subspecs": [
"Core",
"CoreData"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"dependencies": {
"Alamofire": [
],
"StatefulUI": [
]
}
},
{
"name": "CoreData",
"source_files": "Sources/CoreData/**/*.swift",
"dependencies": {
"PaginationTracker/Core": [
],
"AppwiseCore/CoreData": [
]
}
}
]
}