[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / c / 3 / HydraAsync / 2.0.3 / HydraAsync.podspec.json
blob5eb1d65591234af16f8907059ddffe5365f289e0
2   "name": "HydraAsync",
3   "version": "2.0.3",
4   "summary": "Promises & Await: Write better async in Swift",
5   "homepage": "https://github.com/malcommac/Hydra",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Daniele Margutti": "me@danielemargutti.com"
12   },
13   "social_media_url": "http://twitter.com/danielemargutti",
14   "source": {
15     "git": "https://github.com/malcommac/Hydra.git",
16     "tag": "2.0.3"
17   },
18   "source_files": "Sources/**/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "osx": "10.10",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "module_name": "Hydra",
27   "frameworks": "Foundation",
28   "swift_versions": [
29     "4.0",
30     "4.1",
31     "4.2",
32     "5.0",
33     "5.1"
34   ],
35   "swift_version": "5.1"