[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / b / DGConverse / 0.1.2 / DGConverse.podspec.json
bloba8e40a3c2107d3e2039472e0cd9eab69e591d65e
2   "name": "DGConverse",
3   "version": "0.1.2",
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     "Daniel Gaston": "daniel.gaston.iglesias@gmail.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/danielgaston/converse.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "DGConverse/**/*.{h,m}",
22   "prefix_header_contents": "#import \"DGConverse.h\"",
23   "dependencies": {
24     "JSONModel": [
26     ],
27     "SPTPersistentCache": [
29     ]
30   }