[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / a / 4 / OverlayContainer / 3.5.0-beta.1 / OverlayContainer.podspec.json
blob913f0135cd410e0c120817f8d81b54950af3e518
2   "name": "OverlayContainer",
3   "version": "3.5.0-beta.1",
4   "summary": "OverlayContainer is a UI library which makes it easier to develop overlay based interfaces.",
5   "swift_versions": [
6     "4.2",
7     "5.0"
8   ],
9   "description": "OverlayContainer is a UI 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.\nThe main component of the library is the `OverlayContainerViewController`. It defines an area where a view controller can be dragged up and down, hidding or revealing the content underneath it.",
10   "homepage": "https://github.com/applidium/ADOverlayContainer",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "gaetanzanella": "gaetan.zanella@fabernovel.com"
17   },
18   "source": {
19     "git": "https://github.com/applidium/ADOverlayContainer.git",
20     "tag": "3.5.0-beta.1"
21   },
22   "platforms": {
23     "ios": "10.0"
24   },
25   "source_files": "Source/Classes/**/*",
26   "swift_version": "5.0"