blob: 8338ed7f45e3acce7cec0b41253c643f8bb79eb0 [file] [log] [blame]
{
"name": "URLRequest-cURL",
"version": "0.0.2",
"swift_version": "4.2",
"summary": "Creates cURL Command from URLRequest",
"description": "Features\n1. Creates a cURL command that can be executed on CLI\n2. cURL string can be easily imported into Postman application.",
"homepage": "https://github.com/depoon/URLRequest-cURL",
"license": "MIT",
"authors": {
"depoon": "de_poon@hotmail.com"
},
"source": {
"git": "https://github.com/depoon/URLRequest-cURL.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"GzipSwift": [
]
}
}