blob: ef3a807de2d7a848024e375ca6a97de7c1572ac7 [file] [log] [blame]
{
"name": "SwiftUIPager",
"version": "1.11.2-beta.2",
"summary": "Native pager for SwiftUI. Easily to use, easy to customize.",
"description": "This framework provides a pager build on top of SwiftUI native components. Views are recycled, so you do not have to worry about memory issues. It is very easy to use and lets you customize it. For example, you can change the page aspect ratio, the scroll orientation and/or direction, the spacing between pages... It comes with with two pagination effects to make it look even more beautiful.",
"homepage": "https://medium.com/@fmdr.ct",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fermoya": "fmdr.ct@gmail.com"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/fermoya/SwiftUIPager.git",
"tag": "1.11.2-beta.2"
},
"source_files": "Sources/SwiftUIPager/**/*.swift",
"documentation_url": "https://github.com/fermoya/SwiftUIPager/blob/master/README.md",
"swift_version": "5.1"
}