[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 8 / 9 / BxCollections / 1.2.5 / BxCollections.podspec.json
blobea7284778218eaa3d627c45ce9751c4e0371646c
2   "name": "BxCollections",
3   "version": "1.2.5",
4   "summary": "Extensions for Handling Collections on iOS in Swift.",
5   "description": "BxCollections provides multiple mechanisms for making working with collections on iOS even easier.",
6   "homepage": "https://bxcollections.borchero.com",
7   "documentation_url": "https://bxcollections.borchero.com/docs",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Oliver Borchert": "borchero@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/borchero/BxCollections.git",
17     "tag": "1.2.5"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "BxCollections/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ],
30     "BxUtility": [
31       "~> 1.0"
32     ],
33     "BxLayout": [
34       "~> 1.0"
35     ],
36     "BxPersistence": [
37       "~> 1.0"
38     ],
39     "BxReact": [
40       "~> 0.1"
41     ]
42   },
43   "frameworks": "UIKit"