Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
/ asyncfetcher Public archive

A generic framework for asynchronously fetching and caching data.

License

Notifications You must be signed in to change notification settings

aamct2/asyncfetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Build Status codecov.io Swift

AsyncFetcher

A generic framework for asynchronously fetching and caching data.

Features

  • Asynchronously fetch data and automatically store in a cache
  • Support iOS 8.0+, Linux, macOS 10.10+, tvOS 9.0+, watchOS 2.0+

Install

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

gem install cocoapods

To integrate FormValidatorSwift into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.3'
use_frameworks!

pod 'AsyncFetcher', '~> 1.0'

Then, run the following command:

pod install

Usage

Maintainers

  • Aaron McTavish (@aamct2)

License

See License and Notice.

About

A generic framework for asynchronously fetching and caching data.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published