blob: 093c400a19ca44f5ad47eec04c67f73e93d25b18 [file] [log] [blame]
{
"name": "FluidPresentation",
"version": "0.1.0",
"summary": "Presentation-based view controller which can unwind by any gestures.",
"homepage": "https://github.com/muukii/FluidPresentation",
"license": "MIT",
"authors": "muukii",
"source": {
"git": "https://github.com/muukii/FluidPresentation.git",
"tag": "0.1.0"
},
"swift_versions": "5.3",
"module_name": "FluidPresentation",
"requires_arc": true,
"platforms": {
"ios": "12.0"
},
"ios": {
"frameworks": [
"UIKit"
]
},
"source_files": "FluidPresentation/**/*.swift",
"swift_version": "5.3"
}