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",
13 "Levi Bostian": "levi.bostian@gmail.com"
16 "git": "https://github.com/levibostian/Wendy-iOS.git",
19 "social_media_url": "https://twitter.com/levibostian",
20 "pod_target_xcconfig": {
21 "SWIFT_VERSION": "5.0"
26 "source_files": "Wendy/Classes/**/*",
27 "resources": "Wendy/Assets/**/*",
28 "frameworks": "CoreData",
34 "swift_version": "5.0"