blob: 135cde0dd317439a5e7e9dd0e6a692f62ddde4c0 [file] [log] [blame]
{
"name": "ReactiveCommander",
"version": "0.0.3",
"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.3"
},
"default_subspecs": "RX",
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "RX",
"source_files": [
"ReactiveCommander/Source/RX/**/*.{swift}"
],
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
],
"RxCocoa": [
"~> 2.0.0-beta"
],
"RxBlocking": [
"~> 2.0.0-beta"
]
}
},
{
"name": "RAC",
"source_files": [
"ReactiveCommander/Source/RAC/**/*.{swift}"
],
"dependencies": {
"ReactiveCocoa": [
"~> 4.0.0-RC.1"
]
}
}
]
}