[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / b / DynamicOverlay / 1.0.0 / DynamicOverlay.podspec.json
blob3c9e38375f2e91f190a16f8a8c136186eeca2eea
2   "name": "DynamicOverlay",
3   "version": "1.0.0",
4   "summary": "OverlayContainer is a SwiftUI library which makes it easier to develop overlay based interfaces.",
5   "swift_versions": "5.0",
6   "description": "OverlayContainer is a SwiftUI library written in Swift. It makes it easier to develop overlay based interfaces, such as the one presented in the Apple Maps, Stocks or Shortcuts apps.",
7   "homepage": "https://github.com/fabernovel/DynamicOverlay",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "gaetanzanella": "gaetan.zanella@fabernovel.com"
14   },
15   "source": {
16     "git": "https://github.com/fabernovel/DynamicOverlay.git",
17     "tag": "1.0.0"
18   },
19   "dependencies": {
20     "OverlayContainer": [
21       "~> 3.5"
22     ]
23   },
24   "platforms": {
25     "ios": "13.0"
26   },
27   "source_files": "Source/**/*.swift",
28   "swift_version": "5.0"