blob: 8d9aa610d943d5ff0f19d5d64546438a744464bc [file] [log] [blame]
{
"name": "HoverKitSDK",
"swift_versions": "5.3",
"version": "1.0.10",
"summary": "Async Network Library",
"description": "Hover is a Network layer which uses Apple's new framework `Combine` and provides async network calls with different kind of request functions.",
"homepage": "https://github.com/onurhuseyincantay/Hover",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Onur Huseyin Cantay": "ohc3807@gmail.com"
},
"social_media_url": "https://twitter.com/Onurcnty",
"platforms": {
"ios": "12.0",
"osx": "10.15",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/onurhuseyincantay/Hover.git",
"tag": "1.0.10"
},
"source_files": [
"Sources/Hover",
"Sources/Hover/**/*.{h,m,swift}"
],
"swift_version": "5.3"
}