blob: 880157bfda7b6441b31fa0c95cc4505cc4a52903 [file] [log] [blame]
{
"name": "Condulet",
"version": "1.13",
"summary": "Condulet makes it simple to send requests to web services",
"description": "Condulet is flexible and extensible API client construction framework built on top of URLSession and URLSessionTask. It can handle plenty of data types including multipart form data generation, sending and receiving JSON encoded Protobuf messages.",
"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.13"
},
"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"
}
]
}