blob: ac4ba37431b6f94a62e6a1a234d3eaeffd7b0f8c [file] [log] [blame]
{
"name": "Condulet",
"version": "1.14.2",
"summary": "Condulet makes it simple to send requests to web services",
"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.",
"homepage": "https://github.com/kozlek/Condulet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Natan Zalkin": "natan.zalkin@me.com"
},
"source": {
"git": "https://github.com/kozlek/Condulet.git",
"tag": "1.14.2"
},
"module_name": "Condulet",
"swift_version": "4.1",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Condulet/Core/*.swift"
},
{
"name": "Protobuf",
"dependencies": {
"Condulet/Core": [
],
"SwiftProtobuf": [
]
},
"source_files": "Condulet/Protobuf/*.swift"
}
]
}