blob: bc2ddc1945ff83cd7ca54aef6c6d43ae8866d9c2 [file] [log] [blame]
{
"name": "Talky",
"version": "0.1.1",
"summary": "A lightweight and swift-based HTTP client with native support for Encodable and Decodable.",
"description": "A lightweight and swift-based HTTP client with native support for Encodable and Decodable. TODO: write more about it",
"homepage": "https://github.com/mr-casual",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Martin Klöpfel",
"platforms": {
"ios": "10.3"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/mr-casual/Talky.git",
"tag": "0.1.1"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"public_header_files": "Sources/**/*.h"
}