blob: 3381e12dc1797c1f7d359718ccd3184598c7f67e [file] [log] [blame]
{
"name": "BxUtility",
"version": "1.4.0",
"swift_version": "4.1",
"summary": "Extensions for the Swift Standard Library focused on Rx.",
"description": "BxUtility includes a variety of components solving problems that occur most often during iOS development. It is split into the following components: - Fundamental Datatypes - Protocols - Operators - Collections - File Management - String Manipulation - Logging - RxSwift Extensions - Other Common Extensions",
"homepage": "https://bxutility.borchero.com",
"documentation_url": "https://bxutility.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxUtility.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxUtility/**/*",
"frameworks": "Foundation"
}