blob: 7fb98e2ea38f07ebf72cbc9d8bb82247df93d115 [file] [log] [blame]
{
"name": "MOSheetTransition",
"version": "0.1.0",
"summary": "A library that customized iOS default pageSheet style transitions and interactions.",
"description": "By using `UIViewControllerInteractiveTransitioning` and `UIViewPropertyAnimator`, interactive transitions are implemented in a form similar to `UIModalPresentationStyle`'s `.pageSheet`.",
"homepage": "https://github.com/MunokKim/MOSheetTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MunokKim": "wer0222@naver.com"
},
"source": {
"git": "https://github.com/MunokKim/MOSheetTransition.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "*.swift",
"frameworks": [
"UIKit",
"Combine"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}