blob: f9e5d9a2caf59f5b51d50fe5c5a7a7e871a043eb [file] [log] [blame]
{
"name": "SReactiveCommander",
"version": "0.0.1",
"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.1"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "ReactiveCommander/Source/**/*",
"dependencies": {
"SReactiveFoundation": [
"~> 0.0"
]
}
}