[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / f / 8 / BottomSheetPresentation / 0.6.0 / BottomSheetPresentation.podspec.json
blobc4de67cdd6de22f5b1b5bf2abd5f05ba0589c589
2   "name": "BottomSheetPresentation",
3   "version": "0.6.0",
4   "summary": "A UIPresentationController for iOS to present a view controller pinned to the bottom of the screen.",
5   "description": "A UIPresentationController and attendant clases for iOS to present a view controller pinned to the bottom of the screen like an action sheet. Integrates with the UIKit view controller presentation hooks to involve as little integration surface as possible.",
6   "homepage": "https://github.com/detroit-labs/BottomSheetPresentation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Kelley": "SlaunchaMan@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/SlaunchaMan",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Detroit-Labs/BottomSheetPresentation.git",
20     "tag": "0.6.0"
21   },
22   "source_files": "Sources/**/*.{swift,h}",
23   "frameworks": "UIKit",
24   "swift_versions": [
25     "4.0",
26     "4.1",
27     "4.2",
28     "5.0"
29   ],
30   "deprecated_in_favor_of": "SheetPresentation",
31   "swift_version": "5.0"