blob: 7c8fab850757f885933f85068d02f07a4438ac78 [file] [log] [blame]
{
"name": "RXCommander",
"version": "0.0.6",
"summary": "Command Pattern foundation components based on Reactive",
"description": "Command Pattern foundation components based on Reactive",
"homepage": "https://github.com/SwiftReactive/ReactiveCommander",
"license": "MIT",
"authors": {
"@pepibumur": "pepibumur@gmail.com"
},
"source": {
"git": "https://github.com/SwiftReactive/ReactiveCommander.git",
"tag": "0.0.6"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.1"
},
"requires_arc": true,
"source_files": [
"ReactiveCommander/Source/RX/**/*.{swift}"
],
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
],
"RxCocoa": [
"~> 2.0.0-beta"
],
"RxBlocking": [
"~> 2.0.0-beta"
]
}
}