blob: b0c74bf5a1c4270d3bed06ccb663febe940812ed [file] [log] [blame]
{
"name": "HoverKitSDK",
"swift_versions": "5.0",
"version": "1.0.4",
"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": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source": {
"git": "https://github.com/onurhuseyincantay/Hover.git",
"tag": "1.0.4"
},
"source_files": [
"Sources/Hover",
"Sources/Hover/**/*.{h,m}"
],
"swift_version": "5.0"
}