blob: 4fedf2aad09aab3cb1c45c8d6d31f52a94b706dd [file] [log] [blame]
{
"name": "HoverKitSDK",
"version": "1.0.0",
"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.0"
},
"source_files": [
"Hover",
"Hover/**/*.{h,m}"
]
}