blob: 3b29696b3e2132e6844cce9cb457164dffb3e09c [file] [log] [blame]
{
"name": "RACCommander",
"version": "0.0.7",
"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.7"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.1"
},
"requires_arc": true,
"source_files": [
"ReactiveCommander/Source/RAC/**/*.{swift}"
],
"dependencies": {
"ReactiveCocoa": [
"~> 4.0.0-RC.1"
]
}
}