blob: 4908cffbe552975506052a8cfe8fa3b659df14f9 [file] [log] [blame]
{
"name": "ReactiveFeedback",
"version": "0.6.0",
"summary": "Unidirectional reactive architecture",
"description": "A unidirectional data flow µframework, built on top of ReactiveSwift.",
"homepage": "https://github.com/Babylonpartners/ReactiveFeedback/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Babylon iOS": "ios.development@babylonhealth.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Babylonpartners/ReactiveFeedback.git",
"tag": "0.6.0"
},
"source_files": "ReactiveFeedback/*.{swift}",
"dependencies": {
"ReactiveSwift": [
"~> 5.0"
]
}
}