blob: 79551734ecf637c71b3e1854925eb2e1d9139ab5 [file] [log] [blame]
{
"name": "SMPager",
"version": "0.1.3",
"summary": "A lightweight, memory-efficient implementation of UIScrollView written in Swift.",
"swift_versions": [
"5.0"
],
"description": "SMPager or SimplePager is a lightweight, memory-efficient implementation of UIScrollView written in Swift. It works with reusable views the same way as UIKit's UITableView does.",
"homepage": "https://github.com/billp/SMPager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bill Panagiotopoulos": "billp.dev@gmail.com"
},
"source": {
"git": "https://github.com/billp/SMPager.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SMPager/Classes/**/*",
"swift_version": "5.0"
}