blob: 9ff81d111b46b8285cd3707f3e5937de1cb9bbf0 [file] [log] [blame]
{
"name": "Talky",
"version": "0.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"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"public_header_files": "Sources/**/*.h"
}