blob: a693add77e219cd6505af50419d6d8cf907a17f6 [file] [log] [blame]
{
"name": "Wendy",
"version": "0.4.0",
"swift_versions": "5.0",
"summary": "Build offline first iOS mobile apps. Remove loading screens, perform tasks instantly.",
"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.",
"homepage": "https://github.com/levibostian/Wendy-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi.bostian@gmail.com"
},
"source": {
"git": "https://github.com/levibostian/Wendy-iOS.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/levibostian",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Wendy/Classes/**/*",
"resources": "Wendy/Assets/**/*",
"frameworks": "CoreData",
"swift_version": "5.0"
}