[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / a / URLRequest-cURL / 0.0.2 / URLRequest-cURL.podspec.json
blob8338ed7f45e3acce7cec0b41253c643f8bb79eb0
2   "name": "URLRequest-cURL",
3   "version": "0.0.2",
4   "swift_version": "4.2",
5   "summary": "Creates cURL Command from URLRequest",
6   "description": "Features\n1. Creates a cURL command that can be executed on CLI\n2. cURL string can be easily imported into Postman application.",
7   "homepage": "https://github.com/depoon/URLRequest-cURL",
8   "license": "MIT",
9   "authors": {
10     "depoon": "de_poon@hotmail.com"
11   },
12   "source": {
13     "git": "https://github.com/depoon/URLRequest-cURL.git",
14     "tag": "0.0.2"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "dependencies": {
22     "GzipSwift": [
24     ]
25   }