blob: 09f6f19b2b72df07e9a9098f8594a233f0019444 [file] [log] [blame]
{
"name": "IndefiniteObservable",
"summary": "IndefiniteObservable is a minimal implementation of Observable with no concept of completion or failure.",
"version": "3.0.0",
"authors": "The Material Motion Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/indefinite-observable-swift",
"source": {
"git": "https://github.com/material-motion/indefinite-observable-swift.git",
"tag": "v3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"default_subspecs": "lib",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "lib",
"source_files": [
"src/*.{swift}",
"src/private/*.{swift}"
]
},
{
"name": "examples",
"ios": {
"source_files": [
"examples/*.{swift}",
"examples/supplemental/*.{swift}"
],
"exclude_files": "examples/TableOfContents.swift"
},
"dependencies": {
"IndefiniteObservable/lib": [
]
}
}
]
}