blob: 42eff2193b99cbfda72d783756b36cb2d3867def [file] [log] [blame]
{
"name": "RxSwiftExpansion",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/RxSwiftExpansion/**/*",
"swift_versions": "5.1",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"SwiftExpansion": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "RxCocoa",
"source_files": [
"Sources/RxCocoaExpansion/**/*",
"Sources/RxSwiftExpansion/**/*"
],
"dependencies": {
"RxCocoa": [
"~> 5.0"
]
}
}
],
"swift_version": "5.1"
}