blob: da4626f75e59f9e215edaaa8c21f6b298859065e [file] [log] [blame]
{
"name": "PWSwipeView",
"version": "1.0.0",
"summary": "A SwiftUI Library for easily swiping between views.",
"description": "This library helps you easily implement a view that allows users to swipe between SwiftUI views.",
"homepage": "https://github.com/Pranav-Wadhwa/PWSwipeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pranav Wadhwa": "hello@pranavwadhwa.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Pranav-Wadhwa/PWSwipeView.git",
"tag": "1.0.0"
},
"source_files": "PWSwipeView/**/*.{h,m,swift}",
"swift_version": "5.0"
}