blob: 043620b3a3d8dc2e11028fe979912588c834d1b1 [file] [log] [blame]
{
"name": "RxSwiftExpansion",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxSwiftExpansion/RxSwift/**/*",
"swift_version": "4.2",
"dependencies": {
"RxSwift": [
"~> 4.3.0"
],
"SwiftExpansion": [
"~> 0.1.0"
]
},
"subspecs": [
{
"name": "RxCocoa",
"source_files": "RxSwiftExpansion/RxCocoa/**/*",
"dependencies": {
"RxCocoa": [
"~> 4.3.0"
]
}
}
]
}