blob: cce2df8ba33ecf7e84da6509da355c7502f616a9 [file] [log] [blame]
{
"name": "PagedLists",
"version": "1.0.0",
"summary": "Paged UITableView and UICollectionView for iOS.",
"description": "Custom UITableView and UICollectionView classes to easily handle pagination.\nMultiple scrolling directions for pagination supported.\nUses delegation to load content from your desired source.",
"homepage": "https://github.com/rootstrap/PagedLists",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"German Lopez": "german@rootstrap.com"
},
"source": {
"git": "https://github.com/rootstrap/PagedLists.git",
"tag": "1.0.0"
},
"social_media_url": "https://www.rootstrap.com/",
"platforms": {
"ios": "9.3"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"swift_versions": "5.2",
"swift_version": "5.2"
}