[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / b / DGConverse / 0.1.11 / DGConverse.podspec.json
blob492618185f6983ce7249a1f7a24c1dc233c27bf9
2   "name": "DGConverse",
3   "version": "0.1.11",
4   "summary": "A complete operation-based iOS 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/dgconverse.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/dgconverse.git",
16     "tag": "0.1.11"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": [
23     "DGConverse/**/*.{h,m}",
24     "SupportingFiles/**/*.{h}",
25     "Framework/**/*.{h}"
26   ],
27   "prefix_header_contents": "#import \"DGConverse.h\"",
28   "dependencies": {
29     "JSONModel": [
31     ],
32     "SPTPersistentCache": [
34     ]
35   }