blob: d037ad850acd70343f8009c4e9ac28cba0bbf567 [file] [log] [blame]
{
"name": "HydraAsync",
"version": "1.2.0",
"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.0"
},
"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",
"pushed_with_swift_version": "4.0"
}