[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / a / 4 / OverlayContainer / 2.0.0 / OverlayContainer.podspec.json
blob82c2d0b987b71c8b40b7ffb0a4be4747e08d236a
2   "name": "OverlayContainer",
3   "version": "2.0.0",
4   "summary": "OverlayContainer is a UI library which makes it easier to develop overlay based interfaces.",
5   "swift_versions": [
6     "4.2"
7   ],
8   "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.",
9   "homepage": "https://github.com/applidium/ADOverlayContainer",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "gaetanzanella": "gaetan.zanella@fabernovel.com"
16   },
17   "source": {
18     "git": "https://github.com/applidium/ADOverlayContainer.git",
19     "tag": "2.0.0"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "Source/Classes/**/*"