blob: c6829518ced22c1150a23d78c5b799e33b31b7f2 [file] [log] [blame]
{
"name": "SwiftObserver",
"version": "6.0.0",
"summary": "Reactive Swift. Minimalist, Readable, Consistent, Unintrusive, Powerful, Safe.",
"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": "6.0.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "9.0"
},
"source_files": "Code/**/*.swift",
"dependencies": {
"SwiftyToolz": [
"~> 1.5"
]
},
"swift_version": "5.0"
}