blob: 9a0d0f39d190e5b39ffb454678c10c8825453e5a [file] [log] [blame]
{
"name": "Wendy",
"version": "0.1.0-alpha",
"swift_version": "4.1",
"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.1.0-alpha"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Wendy/Classes/**/*",
"resources": "Wendy/Assets/**/*",
"frameworks": "CoreData",
"dependencies": {
"Require": [
"~> 2.0.0"
]
}
}