blob: 6add9b194c7c2b58ea51c189cd1b304a4794c7e6 [file] [log] [blame]
{
"name": "UIObserver",
"version": "0.2.0",
"summary": "The UI layer for SwiftObserver",
"description": "Reactive UI based on SwiftObserver: You receive user input from the UI. The UI receives data to present.",
"homepage": "http://flowtoolz.com",
"license": "commercial",
"authors": {
"Flowtoolz": "contact@flowtoolz.com"
},
"source": {
"git": "https://github.com/flowtoolz/UIObserver.git",
"tag": "0.2.0"
},
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"ios": {
"source_files": "Code/UIKit/**/*.swift"
},
"tvos": {
"source_files": "Code/UIKit/**/*.swift"
},
"osx": {
"source_files": "Code/AppKit/**/*.swift"
},
"source_files": "Code/Swift/**/*.swift",
"dependencies": {
"SwiftObserver": [
"~> 1.4.0"
]
}
}