blob: 055699e95d255b37c09ea00bececd272eb90aa02 [file] [log] [blame]
{
"name": "MHNetworkingKit",
"version": "1.1.1",
"source": {
"git": "https://github.com/KoCMoHaBTa/MHNetworkingKit.git",
"tag": "1.1.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.0",
"platforms": {
"ios": "8.0"
},
"source_files": [
"MHNetworkingKit/**/*.swift",
"MHNetworkingKit/**/*.{h,m}"
],
"public_header_files": "MHNetworkingKit/**/*.h",
"swift_version": "5.0"
}