blob: 7ff28d5d555c3e13e09bffe45285cc28d974136a [file] [log] [blame]
{
"name": "HydraAsync",
"version": "2.0.1",
"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": "2.0.1"
},
"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": "5.0",
"swift_version": "5.0"
}