blob: 09e805513cca6b4d159de62a90d2dfc767b53bc9 [file] [log] [blame]
{
"name": "SwiftObserver",
"version": "5.1.0",
"summary": "The Elegant Approach to Reactive Swift",
"description": "SwiftObserver is a lightweight framework for reactive Swift. It's a bit unconventional and designed to be readable, easy, flexible, non-intrusive, simple and safe.",
"homepage": "http://flowtoolz.com",
"license": "MIT",
"authors": {
"Flowtoolz": "contact@flowtoolz.com"
},
"source": {
"git": "https://github.com/flowtoolz/SwiftObserver.git",
"tag": "5.1.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Code/**/*.swift",
"dependencies": {
"SwiftyToolz": [
"~> 1.5.0"
]
}
}