[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / f / 1 / 2 / BFAstral / 1.2.0 / BFAstral.podspec.json
blob38fa4660c657a5bb2e955863cc93693960e564e7
2   "name": "BFAstral",
3   "module_name": "BFAstral",
4   "version": "1.2.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "An extension to Astral that uses BrightFutures as the abstraction of asynchronous programming",
10   "homepage": "https://github.com/hooliooo/BFAstral",
11   "authors": {
12     "Julio Alorro": "alorro3@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hooliooo/BFAstral.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.11",
21     "tvos": "11.0",
22     "watchos": "4.0"
23   },
24   "source_files": "Sources/*.swift",
25   "requires_arc": true,
26   "frameworks": "Foundation",
27   "dependencies": {
28     "Astral": [
30     ],
31     "BrightFutures": [
33     ]
34   },
35   "swift_version": "5.0"