blob: 8200547b377a6bcc9878e340e525a03ac95a1c22 [file] [log] [blame]
{
"name": "HttpUtility",
"version": "1.0.0",
"summary": "HttpUtility is helpful in making HTTP requests in iOS application",
"description": "HttpUtility is an open source MIT license project which is helpful in making HTTP requests and parsing the JSON response received from server",
"homepage": "https://github.com/codecat15/HttpUtility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codecat15": "codecat15@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/codecat15/HttpUtility.git",
"tag": "1.0.0"
},
"source_files": "HttpUtility/**/*.{h,m,swift}",
"swift_version": "5.0"
}