[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 7 / f / b / Condulet / 1.11 / Condulet.podspec.json
blob4cd26cde84f96f4475634b1e123427f39254dd3b
2   "name": "Condulet",
3   "version": "1.11",
4   "summary": "Condulet makes it simple to send requests to web services",
5   "description": "Condulet is flexible and extensible API client construction framework built on top of URLSession and URLSessionTask. It can handle plenty of data types including multipart form data generation, sending and receiving JSON encoded Protobuf messages.",
6   "homepage": "https://github.com/kozlek/Condulet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Natan Zalkin": "natan.zalkin@me.com"
13   },
14   "source": {
15     "git": "https://github.com/kozlek/Condulet.git",
16     "tag": "1.11"
17   },
18   "module_name": "Condulet",
19   "swift_version": "4.1",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Condulet/Core/*.swift"
28     },
29     {
30       "name": "Protobuf",
31       "dependencies": {
32         "Condulet/Core": [
34         ],
35         "SwiftProtobuf": [
37         ]
38       },
39       "source_files": "Condulet/Protobuf/*.swift"
40     }
41   ]