blob: a378e2a5fa39d69f29543076307580781c77d404 [file] [log] [blame]
{
"name": "Eskaera",
"version": "2.0.0",
"summary": "Swift library to enqueue and execute RESTfull HTTP requests.",
"description": "This library can be used to persist queue HTTP requests avoiding\nduplicate requests that are already in process.\nIt also provides the ability to persist enqueue failed requests to be re-tried.",
"homepage": "https://github.com/victorrodri04/Eskaera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Rodriguez": "victorrodri04@gmail.com",
"Sergio Fernández": "fdzsergio@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/victorrodri04/Eskaera.git",
"tag": "2.0.0"
},
"source_files": [
"Eskaera",
"Eskaera/**/*.{h,swift}"
],
"pushed_with_swift_version": "3.0"
}