blob: 921e1db204bf5c9b70ae791035235568e3974cfa [file] [log] [blame]
{
"name": "SwiftObserver",
"version": "5.0.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.0.0"
},
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Code/**/*.swift",
"dependencies": {
"SwiftyToolz": [
"~> 1.4"
]
}
}