blob: 2889c05ed140a6679791926098e0c16e9b8ba743 [file] [log] [blame]
{
"name": "RxSwiftExpansion",
"version": "0.1.8",
"summary": "Expansion pack for RxSwift/Cocoa",
"description": "The expansion adds various types of specialized observable/driver for convenience uses.\nand helper functions to help adopter acheiving shorter and more readable rx code.",
"homepage": "https://github.com/myste1tainn/RxSwiftExpansion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"myste1tainn": "a.keereena@gmail.com"
},
"source": {
"git": "https://github.com/myste1tainn/RxSwiftExpansion.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/RxSwiftExpansion/**/*",
"swift_version": "4.2",
"dependencies": {
"RxSwift": [
"~> 4.3.1"
],
"SwiftExpansion": [
"~> 0.1.0"
]
},
"subspecs": [
{
"name": "RxCocoa",
"source_files": [
"Sources/RxCocoaExpansion/**/*",
"Sources/RxSwiftExpansion/**/*"
],
"dependencies": {
"RxCocoa": [
"~> 4.3.1"
]
}
}
]
}