blob: b34615e081ae3666191b4c864f18f304794df263 [file] [log] [blame]
{
"name": "AK_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": {
"Eldis": "duanlangc@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/DuanLangC/AK_RxSwiftUtilities.git",
"tag": "2.2.0"
},
"source_files": "Source/Common/*.swift",
"ios": {
"source_files": "Source/iOS/*.swift"
},
"dependencies": {
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}