blob: e498930d2eefbc1ae7b80158caa9963422ded950 [file] [log] [blame]
{
"name": "ReactiveFeedback",
"version": "0.7.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.7.0"
},
"source_files": "ReactiveFeedback/*.{swift}",
"dependencies": {
"ReactiveSwift": [
"~> 6.0"
]
}
}