blob: 68cfd2126ee9ccf138f78a9c25edeb7953cf559b [file] [log] [blame]
{
"name": "CKLNetworkLibrary",
"version": "0.0.6",
"summary": "Wrapping library to maintain standard requests. Design patter MVVM",
"description": "It is a wrapping library for requests, you can change the base of requests to the API of your choice. We are currently using Alamofire. Design patter MVVM",
"homepage": "https://github.com/Cherobin/CKLNetworkLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cherobin": "ricardo@cherobin.com.br"
},
"source": {
"git": "https://github.com/Cherobin/CKLNetworkLibrary.git",
"tag": "0.0.6"
},
"social_media_url": "https://twitter.com/RicCherobin",
"platforms": {
"ios": "12.0"
},
"source_files": "CKLNetworkLibrary/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2.1"
]
},
"swift_versions": "4",
"swift_version": "4"
}