blob: 352f2e594386e493773d451c04e64ca39e9f30e0 [file] [log] [blame]
{
"name": "XCEStream",
"summary": "Stream of values.",
"version": "1.1.2",
"homepage": "https://XCEssentials.github.io/Stream",
"source": {
"git": "https://github.com/XCEssentials/Stream.git",
"tag": "1.1.2"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"swift_version": "4.0",
"frameworks": "Foundation",
"dependencies": {
"XCEViewEvents": [
"~> 1.1.0"
]
},
"source_files": "Sources/Stream/**/*.swift",
"platforms": {
"ios": "9.0"
}
}