[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / 7 / 6 / Wendy / 7.2.0 / Wendy.podspec.json
blob4be623c5828d5b625383b1061f3f64f90cecb8a8
2   "name": "Wendy",
3   "version": "7.2.0",
4   "swift_versions": "5.10",
5   "summary": "Build offline first iOS mobile apps. Remove loading screens, perform tasks instantly.",
6   "cocoapods_version": ">= 1.12.0",
7   "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.",
8   "homepage": "https://github.com/levibostian/Wendy-iOS",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Levi Bostian": "levi.bostian@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/levibostian/Wendy-iOS.git",
18     "tag": "7.2.0"
19   },
20   "resource_bundles": {
21     "Wendy_Privacy": "Source/PrivacyInfo.xcprivacy"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.10"
25   },
26   "platforms": {
27     "ios": "13.0"
28   },
29   "source_files": "Source/**/*{.swift}",
30   "dependencies": {
31     "groue_Semaphore": [
32       "= 0.0.8-pod.1"
33     ]
34   },
35   "swift_version": "5.10"