4 "summary": "Condulet makes it simple to send requests to web services",
5 "description": "Condulet is flexible and extensible REST API client construction framework built on top of `URLSession` and `URLSessionTask`. It already inculdes network object mappers from JSON for the most commonly used data types. Because of it simple data encoding/decoding approach and extensible architecture you can easily add your custom network object mappers. Condulet provides most of the features needed to build robust client for your backend services.",
6 "homepage": "https://github.com/kozlek/Condulet",
12 "Natan Zalkin": "natan.zalkin@me.com"
15 "git": "https://github.com/kozlek/Condulet.git",
18 "module_name": "Condulet",
19 "swift_version": "4.1",
23 "default_subspecs": "Core",
27 "source_files": "Condulet/Core/*.swift"
39 "source_files": "Condulet/Protobuf/*.swift"
42 "name": "Reachability",
43 "source_files": "Condulet/Reachability/*.swift"