[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / b / e / 2 / DynamicBottomSheet / 1.0.2 / DynamicBottomSheet.podspec.json
blob052b6a18d10cf3a1ebd7c1c08d95c03948e0c904
2   "name": "DynamicBottomSheet",
3   "version": "1.0.2",
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/aaronLab/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/aaronLab/DynamicBottomSheet.git",
16     "tag": "1.0.2"
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"