blob: 218eac7eb7dc2feb7e45fa744a68568b5f6ecee5 [file] [log] [blame]
{
"name": "ConnectionLayer",
"platforms": {
"ios": "12.1"
},
"version": "0.0.1",
"summary": "Una capa de conexion simple",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "Framework con un conjunto de operaciones para hacer peticiones http",
"homepage": "https://github.com/migue19/ConnectionLayer",
"authors": {
"Miguel Mexicano Herrera": "miguelmexicano18@gmail.com"
},
"source": {
"git": "https://github.com/migue19/ConnectionLayer.git",
"tag": "0.0.1"
},
"source_files": "ConnectionLayer/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}