[Add] ZoomVSDKUIToolkitiOS 1.13.11
[CocoaPods.git] / Specs / 7 / f / b / Condulet / 1.13 / Condulet.podspec.json
blob880157bfda7b6441b31fa0c95cc4505cc4a52903
2   "name": "Condulet",
3   "version": "1.13",
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.13"
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   ]