| { |
| "name": "PagedLists", |
| "version": "0.1.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": "0.1.0" |
| }, |
| "social_media_url": "https://www.rootstrap.com/", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "PagedLists/Classes/**/*", |
| "frameworks": "UIKit", |
| "swift_versions": "5.2", |
| "swift_version": "5.2" |
| } |