[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / f / b / Condulet / 1.17.3 / Condulet.podspec.json
blobeb8138f5ac9105e219ae9013c58a93fb792461d2
2   "name": "Condulet",
3   "version": "1.17.3",
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",
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.17.3"
17   },
18   "module_name": "Condulet",
19   "swift_version": "4.2",
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     {
42       "name": "Reachability",
43       "source_files": "Condulet/Reachability/*.swift"
44     }
45   ]