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