blob: 531098f69cc7b2c9256668f8852d8c3e1b9cadbb [file] [log] [blame]
{
"name": "Conn",
"version": "0.1.0",
"summary": "Minimal yet modular networking layer for Swift.",
"description": "Conn is a very lightweight networking library written in Swift 4. Conn allows developers to write their networking layers in a declarative manner, using Codable under the hood.",
"homepage": "https://github.com/fmo91/Conn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fmo91": "ortizfernandomartin@gmail.com"
},
"source": {
"git": "https://github.com/fmo91/Conn.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Conn/Classes/**/*"
}