blob: ff8277bb0b61a00b85e5d492072646987c9582df [file] [log] [blame]
{
"name": "Eskaera",
"version": "1.0.0",
"summary": "Swift library to enqueue and execute RESTfull HTTP requests.",
"description": "This library can be used to persistent queue REST http requests avoiding\nduplicate requests that are already in process.\nIt will also enqueue failed requests to be re-tried if required for each task.",
"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": "1.0.0"
},
"source_files": [
"Eskaera",
"Eskaera/**/*.{h,swift}"
]
}