[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 3 / 4 / AnchoredBottomSheet / 1.1.1 / AnchoredBottomSheet.podspec.json
blob541833533eb7815ea6c304428e7e4a03a0b92b55
2   "name": "AnchoredBottomSheet",
3   "version": "1.1.1",
4   "summary": "iOS Maps like bottom sheet with configurable anchors and reusable pannable View",
5   "description": "This small library tries to achieve this goals:\n1. Provide an easy to use interface to create popup like controller with configurable anchor points\n2. Provide a reusable view that can be used without a popup for some UI cases (split screen for example). Used that way the BottomSheetView will handle it's own pan gesture",
6   "homepage": "https://github.com/havebeenfitz/AnchoredBottomSheet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "havebeenfitz": "max.kraev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/havebeenfitz/AnchoredBottomSheet.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Sources/AnchoredBottomSheet/**/*",
22   "dependencies": {
23     "SnapKit": [
24       "~> 5.0"
25     ]
26   }