[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 3 / 9 / OfflineSync / 0.0.1 / OfflineSync.podspec.json
blobc37cdb53354c86eebd3ea8e81fb68f93c06f6f88
2   "name": "OfflineSync",
3   "version": "0.0.1",
4   "summary": "OfflineSync manages data synchronization between local storage and a remote database",
5   "description": "OfflineSync is a component designed to manage the synchronization of data between a local storage system and a remote database.\nIt handles background synchronization tasks, including syncing data and managing offline storage.\nBy using configurable parameters, it supports automatic syncing at specified intervals, while also providing mechanisms for checking network availability and managing offline data storage.\nThis ensures that the app can seamlessly work with both online and offline data, providing an uninterrupted user experience.",
6   "homepage": "https://github.com/koejdga/OfflineSync",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Sofiia Budilova": "avolidub@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/koejdga/OfflineSync.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Sources/OfflineSync/*",
23     "Sources/OfflineSync/**/*",
24     "Sources/OfflineSync/**/**/*"
25   ],
26   "swift_versions": "5.0",
27   "dependencies": {
28     "SwiftyBeaver": [
30     ],
31     "RealmSwift": [
32       "~> 10"
33     ]
34   },
35   "swift_version": "5.0"