blob: 2548717f743fcdb8b1acce76ed7dbfed69b34be2 [file] [log] [blame]
{
"name": "MHNetworkingKit",
"version": "1.5.1",
"source": {
"git": "https://github.com/KoCMoHaBTa/MHNetworkingKit.git",
"tag": "1.5.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Milen Halachev",
"summary": "A lightweight swift library that contains network related extension and tools, like Multipart Form Data, JSON and URL Encoding.",
"homepage": "https://github.com/KoCMoHaBTa/MHNetworkingKit",
"swift_versions": "5.3",
"platforms": {
"ios": "9.0"
},
"source_files": [
"MHNetworkingKit/**/*.swift",
"MHNetworkingKit/**/*.{h,m}"
],
"public_header_files": "MHNetworkingKit/**/*.h",
"swift_version": "5.3"
}