[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 2 / f / CustomModalView / 1.0.0 / CustomModalView.podspec.json
blobd04636527bcce57efe61ed01b664221d7d284107
2   "name": "CustomModalView",
3   "version": "1.0.0",
4   "summary": "Fully customizable Modal View component built in SwiftUI for SwiftUI on iOS and macOS",
5   "swift_versions": "5.0",
6   "description": "Custom Modal View is a fully customizable modal view component built in SwiftUI for SwiftUI.\nIt's API is built similar to the native `.sheet`, so that it fits into existing SwiftUI apps.\nThe library is compatible with both iOS and macOS.",
7   "homepage": "https://github.com/jankaltoun/CustomModalView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "jankaltoun": "jan.kaltoun@me.com"
14   },
15   "source": {
16     "git": "https://github.com/jankaltoun/CustomModalView.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15"
22   },
23   "source_files": "Sources/**/*",
24   "swift_version": "5.0"