blob: a8e40a3c2107d3e2039472e0cd9eab69e591d65e [file] [log] [blame]
{
"name": "DGConverse",
"version": "0.1.2",
"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": {
"Daniel Gaston": "daniel.gaston.iglesias@gmail.com"
},
"source": {
"git": "https://gitlab.com/danielgaston/converse.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DGConverse/**/*.{h,m}",
"prefix_header_contents": "#import \"DGConverse.h\"",
"dependencies": {
"JSONModel": [
],
"SPTPersistentCache": [
]
}
}