[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 0 / a / 4 / OverlayContainer / 1.3.0 / OverlayContainer.podspec.json
blob1de71d79d17f2043f2b8986e203be4f7d44c2a66
2   "name": "OverlayContainer",
3   "version": "1.3.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": "1.3.0"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "Source/Classes/**/*"