[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / c / Interstellar / 1.3.0 / Interstellar.podspec.json
blob02f26a4a628992eb8d5b19a7bc4b02c367d32e2b
2   "name": "Interstellar",
3   "version": "1.3.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.3.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": "Interstellar/*.swift"
26     },
27     {
28       "name": "Warpdrive",
29       "dependencies": {
30         "Interstellar/Core": [
32         ]
33       },
34       "source_files": "Warpdrive/*.swift"
35     }
36   ]