[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / c / Interstellar / 2.0.0 / Interstellar.podspec.json
blobf13a2779e8bba2937273dc4090ff33916056ee92
2   "name": "Interstellar",
3   "version": "2.0.0",
4   "license": "MIT",
5   "summary": "The simplest Observable<T> implementation for Functional Reactive Programming you will ever find.",
6   "homepage": "https://github.com/JensRavens/Interstellar",
7   "social_media_url": "http://twitter.com/JensRavens",
8   "authors": {
9     "Jens Ravens": "jens@nerdgeschoss.de"
10   },
11   "source": {
12     "git": "https://github.com/JensRavens/Interstellar.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Sources/Result.swift",
28         "Sources/Signal.swift",
29         "Sources/Observable.swift",
30         "Sources/ObserverToken.swift",
31         "Sources/Mutex.swift",
32         "Sources/ResultType.swift",
33         "Sources/Observable+Result.swift"
34       ]
35     },
36     {
37       "name": "Warpdrive",
38       "dependencies": {
39         "Interstellar/Core": [
41         ]
42       },
43       "source_files": [
44         "Sources/Debounce.swift",
45         "Sources/Delay.swift",
46         "Sources/Threading.swift",
47         "Sources/Waiting.swift"
48       ]
49     }
50   ]