blob: fe9943f5d70c946f952689d89e0eafd3702d4353 [file] [log] [blame]
{
"name": "SwiftObserver",
"version": "1.0.8",
"summary": "A Reactive Swift Toolbox",
"description": "A Sweet Little 'Use and Forget' Toolbox for Reactive Swift Programming",
"homepage": "http://flowtoolz.com",
"license": "MIT",
"authors": {
"Flowtoolz": "contact@flowtoolz.com"
},
"source": {
"git": "https://github.com/flowtoolz/SwiftObserver.git",
"tag": "1.0.8"
},
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Code/**/*.swift",
"dependencies": {
"SwiftyToolz": [
"1.0.0"
]
}
}