blob: 05912301dcfba58b8764033409ce8c2600c6ed1b [file] [log] [blame]
{
"name": "DGConverse",
"version": "0.1.0",
"summary": "Operation-based networking framework.",
"description": "The Network Layer uses NSOperations as wrapper for each particular a network call (data, upload or download). Same for other tasks as caching and data conversion, which now are completely independent operations; facilitating their reuse of in other projects.",
"homepage": "https://gitlab.com/danielgaston/converse.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danielgaston": "gashsh@yahoo.es"
},
"source": {
"git": "https://gitlab.com/danielgaston/converse.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DGConverse/DGConverse.h",
"dependencies": {
"JSONModel": [
],
"SPTPersistentCache": [
]
}
}