[Add] PBPopupController 3.10.6
[CocoaPods.git] / Specs / 7 / f / b / Condulet / 1.10 / Condulet.podspec.json
blob6e1162b2bcbbcc6c25afdfb120044acee5cc15e4
2   "name": "Condulet",
3   "version": "1.10",
4   "summary": "Condulet makes it simple to send requests to web services",
5   "description": "Condulet is flexible and convenient 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.10"
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   ]