[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / c / Interstellar / 1.4.0 / Interstellar.podspec.json
blob3fd7aa62e196dbbde62b2d5da892ab6342b51f31
2   "name": "Interstellar",
3   "version": "1.4.0",
4   "license": "MIT",
5   "summary": "The simplest Signal<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": "1.4.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Sources/Result.swift",
27         "Sources/Signal.swift"
28       ]
29     },
30     {
31       "name": "Warpdrive",
32       "dependencies": {
33         "Interstellar/Core": [
35         ]
36       },
37       "source_files": [
38         "Sources/Debounce.swift",
39         "Sources/Delay.swift",
40         "Sources/Threading.swift",
41         "Sources/Waiting.swift"
42       ]
43     }
44   ]