blob: 32446c3396335b2f1b63e4837b532639ffc41427 [file] [log] [blame]
{
"name": "Loop",
"version": "2.0.0-beta2",
"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-beta2"
},
"source_files": [
"Loop/*.{swift}",
"Loop/**/*.{swift}",
"Loop/**/**/*.{swift}"
],
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
"5.2"
],
"dependencies": {
"ReactiveSwift": [
"~> 6.2"
]
},
"swift_version": "5.2"
}