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