blob: 3b55098ee326c2cc53675c4b52236d2965e4d2c7 [file] [log] [blame]
{
"name": "HydraAsync",
"version": "1.2.2",
"summary": "Promises & Await: Write better async in Swift",
"homepage": "https://github.com/malcommac/Hydra",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"source": {
"git": "https://github.com/malcommac/Hydra.git",
"tag": "1.2.2"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "Hydra",
"frameworks": "Foundation",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1"
],
"swift_version": "5.1"
}