blob: fc2f15b10d6e3e403ca932f65129cc6726c05acf [file] [log] [blame]
{
"name": "BxUtility",
"version": "1.2.2",
"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.2.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxUtility/**/*",
"frameworks": "Foundation"
}