blob: 93a90566223a300114feebaabfb1faaa42a1df78 [file] [log] [blame]
{
"name": "HoverKitSDK",
"swift_versions": "5.0",
"version": "1.0.1",
"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"
},
"source": {
"git": "https://github.com/onurhuseyincantay/Hover.git",
"tag": "1.0.1"
},
"source_files": [
"Hover",
"Hover/**/*.{h,m}"
],
"swift_version": "5.0"
}