[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / e / 2 / DynamicBottomSheet / 1.0.1 / DynamicBottomSheet.podspec.json
blob98dfe7f172ee075bd3a6f566ae25c98e505ad0ee
2   "name": "DynamicBottomSheet",
3   "version": "1.0.1",
4   "summary": "Customizable Dynamic Bottom Sheet Library for iOS",
5   "description": "Fully Customizable Dynamic Bottom Sheet Library for iOS.\nThis library doesn't support storyboards.\nHowever, you can easily override variables in DynamicBottomSheetViewController and make the bottom sheet programmatically.",
6   "homepage": "https://github.com/Witi-Official/DynamicBottomSheet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aaron Lee": "aaronlab.net@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Witi-Official/DynamicBottomSheet.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "DynamicBottomSheet/Classes/*.{swift}",
24   "dependencies": {
25     "RxSwift": [
26       "~> 6.0"
27     ],
28     "RxCocoa": [
29       "~> 6.0"
30     ],
31     "RxGesture": [
32       "~> 4.0"
33     ],
34     "SnapKit": [
35       "~> 5.0"
36     ],
37     "Then": [
38       "~> 2.0"
39     ]
40   },
41   "swift_version": "5.0"