Latest | 0.1.4 |
---|---|
Homepage | https://github.com/asafbaibekov/BottomSheetController |
License | MIT |
Platforms | ios 8.0 |
Frameworks | UIKit |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
BottomSheetController is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'BottomSheetController'
Author
asafbaibekov, [email protected]
License
BottomSheetController is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "BottomSheetController", "version": "0.1.4", "summary": "This library helps to show ViewController as bottom sheet", "description": "BottomSheetController will show ViewController from the bottom of the screen", "homepage": "https://github.com/asafbaibekov/BottomSheetController", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "asafbaibekov": "[email protected]" }, "source": { "git": "https://github.com/asafbaibekov/BottomSheetController.git", "tag": "0.1.4" }, "platforms": { "ios": "8.0" }, "source_files": "BottomSheetController/Classes/**/*", "frameworks": "UIKit", "swift_versions": "5.0", "swift_version": "5.0" }
Sun, 09 Jun 2019 10:00:11 +0000