| { |
| "name": "Loop", |
| "version": "1.0.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": "1.0.0" |
| }, |
| "source_files": "Loop/*.{swift}", |
| "cocoapods_version": ">= 1.7.0", |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "dependencies": { |
| "ReactiveSwift": [ |
| "~> 6.0" |
| ] |
| }, |
| "swift_version": "5.1" |
| } |