blob: ffa5b7d25644f1b415907b28d5a35919e7237b4c [file] [log] [blame]
{
"name": "Loop",
"version": "0.8.0",
"summary": "Unidirectional reactive architecture",
"description": "A unidirectional data flow µframework, built on top of ReactiveSwift.",
"homepage": "https://github.com/ReactiveCocoa/Loop/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ReactiveCocoa Community",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ReactiveCocoa/Loop.git",
"tag": "0.8.0"
},
"source_files": "ReactiveFeedback/*.{swift}",
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
"5.0",
"5.1"
],
"dependencies": {
"ReactiveSwift": [
"~> 6.0"
]
},
"swift_version": "5.1"
}