[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / b / DGConverse / 0.1.0 / DGConverse.podspec.json
blob05912301dcfba58b8764033409ce8c2600c6ed1b
2   "name": "DGConverse",
3   "version": "0.1.0",
4   "summary": "Operation-based networking framework.",
5   "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.",
6   "homepage": "https://gitlab.com/danielgaston/converse.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "danielgaston": "gashsh@yahoo.es"
13   },
14   "source": {
15     "git": "https://gitlab.com/danielgaston/converse.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "DGConverse/DGConverse.h",
22   "dependencies": {
23     "JSONModel": [
25     ],
26     "SPTPersistentCache": [
28     ]
29   }