[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 9 / e / BxUI / 3.1.1 / BxUI.podspec.json
blobfba5a3f856f309f27a7c2f34d9991aa22abb8b1c
2   "name": "BxUI",
3   "version": "3.1.1",
4   "swift_version": "4.2",
5   "summary": "A Collection of Interface Elements Commonly Needed for iOS Development in Swift.",
6   "description": "BxUI provides a vast collection of extensions and custom UIKit classes to make complex views much easier.",
7   "homepage": "https://bxui.borchero.com",
8   "documentation_url": "https://bxui.borchero.com/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxUI.git",
18     "tag": "3.1.1"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxUI/**/*.{swift,h,m,mm,cpp,c}",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0"
30     ],
31     "RxKeyboard": [
32       "~> 0.9"
33     ],
34     "BxUtility": [
35       "~> 3.0"
36     ],
37     "BxLayout": [
38       "~> 3.0"
39     ],
40     "BxReact": [
41       "~> 3.0"
42     ],
43     "BxGesture": [
44       "~> 3.0"
45     ]
46   },
47   "frameworks": "UIKit"