blob: 6c93038eaa42310c9591d435832853a6f12f584f [file] [log] [blame]
{
"name": "RxSwiftUtilities",
"version": "2.2.0",
"summary": "Helpful classes and extensions for RxSwift",
"description": "Helpful classes and extensions for RxSwift which don't belong in RxSwift core.",
"homepage": "https://github.com/RxSwiftCommunity/RxSwiftUtilities",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jesse Farless": "solidcell@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSwiftUtilities.git",
"tag": "2.2.0"
},
"source_files": "Source/Common/*.swift",
"ios": {
"source_files": "Source/iOS/*.swift"
},
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"swift_version": "5.0"
}