blob: 988bc4aff10975d42c334d1f174952fa5bb07a70 [file] [log] [blame]
{
"name": "BxUtility",
"version": "3.0.1",
"swift_version": "4.2",
"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": "3.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxUtility/**/*.{swift,h,m,mm,cpp,c}",
"frameworks": "Foundation"
}