[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / f / 8 / BottomSheetPresentation / 0.5.2 / BottomSheetPresentation.podspec.json
blob9204e6d4358377e5e67c1260cd3dbe05887b1c20
2   "name": "BottomSheetPresentation",
3   "version": "0.5.2",
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.5.2"
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"