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