blob: 7cc22de4eaa4befe045463d00aa82687f73aed34 [file] [log] [blame]
{
"name": "Loop",
"version": "2.0.0-beta1",
"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": "11.0",
"osx": "10.13",
"watchos": "4.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/ReactiveCocoa/Loop.git",
"tag": "2.0.0-beta1"
},
"source_files": [
"Loop/*.{swift}",
"Loop/**/*.{swift}",
"Loop/**/**/*.{swift}"
],
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
"5.2"
],
"dependencies": {
"ReactiveSwift": [
"~> 6.0"
]
},
"swift_version": "5.2"
}