blob: 10b882cb4c8ce85320d5ec030e9b90812eba1d5c [file] [log] [blame]
{
"name": "Interstellar-Contentful",
"version": "2.1.0",
"license": "MIT",
"summary": "The simplest Observable<T> implementation for Functional Reactive Programming you will ever find.",
"homepage": "https://github.com/loudmouth/Interstellar-Contentful",
"social_media_url": "http://twitter.com/JensRavens",
"authors": {
"Jens Ravens": "jens@nerdgeschoss.de"
},
"source": {
"git": "https://github.com/loudmouth/Interstellar-Contentful.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Result.swift",
"Sources/Signal.swift",
"Sources/Observable.swift",
"Sources/ObserverToken.swift",
"Sources/Mutex.swift",
"Sources/ResultType.swift",
"Sources/Observable+Result.swift"
]
},
{
"name": "Warpdrive",
"dependencies": {
"Interstellar-Contentful/Core": [
]
},
"source_files": [
"Sources/Debounce.swift",
"Sources/Delay.swift",
"Sources/Threading.swift",
"Sources/Waiting.swift"
]
}
]
}