[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 9 / converse / 0.0.1 / converse.podspec.json
blobcc8076179e19065b454986db52a28414b25b575b
2   "name": "converse",
3   "version": "0.0.1",
4   "summary": "A complete operation-based iOS multi purpose framework.",
5   "description": "The framework uses chained Operations as wrappers for any particular task (networking, parsing, caching...)). All of them are independent operations that facilitates their reuse of in multiple 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.0.1"
17   },
18   "source_files": [
19     "converse",
20     "converse/**/*.{h,m,swift}"
21   ],
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "12.0"
25   },
26   "dependencies": {
27     "SPTPersistentCache": [
29     ]
30   },
31   "swift_version": "5.0"