[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 7 / 6 / Wendy / 0.3.0 / Wendy.podspec.json
blobd803d4de48887b7c60388dd1602d5d69150c0a7b
2   "name": "Wendy",
3   "version": "0.3.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": "0.3.0"
18   },
19   "social_media_url": "https://twitter.com/levibostian",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "5.0"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "Wendy/Classes/**/*",
27   "resources": "Wendy/Assets/**/*",
28   "frameworks": "CoreData",
29   "dependencies": {
30     "Require": [
31       "~> 2.0.0"
32     ]
33   },
34   "swift_version": "5.0"