[Add] LiteRTSelectTfOps 0.0.1-nightly.20250110
[CocoaPods.git] / Specs / c / d / b / DGConverse / 0.1.1 / DGConverse.podspec.json
blob0c9e2bcc68412f06472ff2e5835e6353cb653318
2   "name": "DGConverse",
3   "version": "0.1.1",
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.1"
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   }