blob: 0021c3f1249a951b4fc58e67f5d34abd8089dd6e [file] [log] [blame]
{
"name": "AnchoredBottomSheet",
"version": "1.3.1",
"summary": "iOS Maps like bottom sheet with configurable anchors and reusable pannable View",
"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",
"homepage": "https://github.com/havebeenfitz/AnchoredBottomSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"havebeenfitz": "max.kraev@gmail.com"
},
"source": {
"git": "https://github.com/havebeenfitz/AnchoredBottomSheet.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/AnchoredBottomSheet/**/*"
}