[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / c / 7 / 6 / Wendy / 2.0.0 / Wendy.podspec.json
blob3544887f93147a2cd24c215e2b771fb2078eef80
2   "name": "Wendy",
3   "version": "2.0.0",
4   "swift_versions": "5.0",
5   "summary": "Build offline first iOS mobile apps. Remove loading screens, perform tasks instantly.",
6   "description": "Wendy is an iOS library designed to help you make your app offline-first. Use Wendy to define sync tasks, then Wendy will run those tasks periodically to keep your app's device offline data in sync with it's online remote storage.\n\nWendy is a FIFO task runner. You give it tasks, one by one, it persists those tasks to storage, then when Wendy has determined it's a good time for your task to run, it will call your task's sync function to perform a sync. If your user's device is online and has a good amount of battery, Wendy goes through all of the tasks available one by one running them to succeed or fail and try again.",
7   "homepage": "https://github.com/levibostian/Wendy-iOS",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Levi Bostian": "levi.bostian@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/levibostian/Wendy-iOS.git",
17     "tag": "2.0.0"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.0"
21   },
22   "platforms": {
23     "ios": "11.0"
24   },
25   "source_files": "Wendy/Classes/**/*",
26   "resources": "Wendy/Assets/**/*",
27   "frameworks": "CoreData",
28   "swift_version": "5.0"