blob: 564042a7d0b2787c4dca99d7126d762dbf50fd0c [file] [log] [blame]
{
"name": "BxCollections",
"version": "1.3.1",
"summary": "Extensions for Handling Collections on iOS in Swift.",
"description": "BxCollections provides multiple mechanisms for making working with collections on iOS even easier.",
"homepage": "https://bxcollections.borchero.com",
"documentation_url": "https://bxcollections.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxCollections.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxCollections/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
],
"BxLayout": [
"~> 1.0"
],
"BxPersistence": [
"~> 1.0"
],
"BxReact": [
"~> 0.1"
]
},
"frameworks": "UIKit"
}