blob: a1ca6b2fa34ad1ad4960ae4c58fb758d1880f91c [file] [log] [blame]
{
"name": "Condulet",
"version": "1.16.1",
"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.16.1"
},
"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"
},
{
"name": "Reachability",
"source_files": "Condulet/Reachability/*.swift"
}
]
}