blob: 0d5b94bd85e2613893319709ac8713138cf0cd96 [file] [log] [blame]
{
"name": "DGConverse",
"version": "0.1.3",
"summary": "A complete operation-based iOS 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.3"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": [
"DGConverse/**/*.{h,m}",
"SupportingFiles/**/*.{h}",
"Framework/**/*.{h}"
],
"prefix_header_contents": "#import \"DGConverse.h\"",
"dependencies": {
"JSONModel": [
],
"SPTPersistentCache": [
]
}
}