[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / f / 8 / BottomSheetPresentation / 0.4.1 / BottomSheetPresentation.podspec.json
blobb4fcea35c72eff1f784c28e7fc61ed0f8ba84122
2   "name": "BottomSheetPresentation",
3   "version": "0.4.1",
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.4.1"
21   },
22   "source_files": "Code/*.swift",
23   "frameworks": "UIKit",
24   "swift_versions": [
25     "4.0",
26     "4.1",
27     "4.2",
28     "5.0",
29     "5.0"
30   ],
31   "deprecated_in_favor_of": "SheetPresentation",
32   "swift_version": "5.0"