[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / c / Interstellar / 2.2.0 / Interstellar.podspec.json
blobe19a5a5d00ee277428e7886f739b58ff5bcc5371
2   "name": "Interstellar",
3   "version": "2.2.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.2.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   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Sources/Interstellar/Result.swift",
27         "Sources/Interstellar/Signal.swift",
28         "Sources/Interstellar/Observable.swift",
29         "Sources/Interstellar/ObserverToken.swift",
30         "Sources/Interstellar/Mutex.swift",
31         "Sources/Interstellar/ResultType.swift",
32         "Sources/Interstellar/Observable+Result.swift"
33       ]
34     },
35     {
36       "name": "Warpdrive",
37       "dependencies": {
38         "Interstellar/Core": [
40         ]
41       },
42       "source_files": [
43         "Sources/Interstellar/Warpdrive/Debounce.swift",
44         "Sources/Interstellar/Warpdrive/Delay.swift",
45         "Sources/Interstellar/Warpdrive/Threading.swift",
46         "Sources/Interstellar/Warpdrive/Waiting.swift"
47       ]
48     }
49   ]