[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / f / b / Condulet / 1.19.2 / Condulet.podspec.json
blobe1b57dbf395410ace0930dff9b31033ad8d76fe1
2   "name": "Condulet",
3   "version": "1.19.2",
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.19.2"
17   },
18   "module_name": "Condulet",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "Core",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Condulet/Core/*.swift"
29     },
30     {
31       "name": "Protobuf",
32       "dependencies": {
33         "Condulet/Core": [
35         ],
36         "SwiftProtobuf": [
38         ]
39       },
40       "source_files": "Condulet/Protobuf/*.swift"
41     },
42     {
43       "name": "Reachability",
44       "source_files": "Condulet/Reachability/*.swift"
45     }
46   ]