[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / 7 / f / b / Condulet / 1.26.4 / Condulet.podspec.json
bloba77ac60299f549c80317caa3efdf08f34b5c5f4f
2   "name": "Condulet",
3   "version": "1.26.4",
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/kzlekk/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/kzlekk/Condulet.git",
16     "tag": "1.26.4"
17   },
18   "module_name": "Condulet",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.13"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Condulet/Core/*.swift",
29       "ios": {
30         "frameworks": "MobileCoreServices"
31       }
32     },
33     {
34       "name": "Protobuf",
35       "dependencies": {
36         "Condulet/Core": [
38         ],
39         "SwiftProtobuf": [
41         ]
42       },
43       "source_files": "Condulet/Protobuf/*.swift"
44     },
45     {
46       "name": "Reachability",
47       "source_files": "Condulet/Reachability/*.swift"
48     }
49   ],
50   "swift_version": "5.0"