[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 4 / 7 / MOSheetTransition / 0.1.0 / MOSheetTransition.podspec.json
blob7fb98e2ea38f07ebf72cbc9d8bb82247df93d115
2   "name": "MOSheetTransition",
3   "version": "0.1.0",
4   "summary": "A library that customized iOS default pageSheet style transitions and interactions.",
5   "description": "By using `UIViewControllerInteractiveTransitioning` and `UIViewPropertyAnimator`, interactive transitions are implemented in a form similar to `UIModalPresentationStyle`'s `.pageSheet`.",
6   "homepage": "https://github.com/MunokKim/MOSheetTransition",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MunokKim": "wer0222@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/MunokKim/MOSheetTransition.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "*.swift",
22   "frameworks": [
23     "UIKit",
24     "Combine"
25   ],
26   "swift_versions": "5.0",
27   "swift_version": "5.0"