blob: 519951628c0d64eecf9bb86335a1b536617df784 [file] [log] [blame]
{
"name": "AnchoredBottomSheet",
"version": "0.2.4",
"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": "0.2.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AnchoredBottomSheet/Classes/**/*",
"resource_bundles": {
"AnchoredBottomSheet": [
"AnchoredBottomSheet/Assets/*"
]
},
"dependencies": {
"SnapKit": [
"~> 5.0"
]
}
}