blob: 772d66aea3c7379ae02a88463738312820dd68a5 [file] [log] [blame]
{
"name": "Hyperconnectivity",
"version": "1.1.0",
"swift_versions": "5.0",
"summary": "Modern replacement for Apple's Reachability written in Swift and made elegant using Combine",
"description": "Hyperconnectivity provides Internet connectivity and captive portal detection in Swift using Combine.",
"homepage": "https://github.com/rwbutler/Hyperconnectivity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross Butler": "github@rwbutler.com"
},
"source": {
"git": "https://github.com/rwbutler/Hyperconnectivity.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/ross_w_butler",
"platforms": {
"ios": "13.0"
},
"frameworks": [
"Combine",
"Network"
],
"source_files": "Hyperconnectivity/Classes/**/*",
"swift_version": "5.0"
}