A generic framework for asynchronously fetching and caching data.
- Asynchronously fetch data and automatically store in a cache
- Support iOS 8.0+, Linux, macOS 10.10+, tvOS 9.0+, watchOS 2.0+
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
- Aaron McTavish (@aamct2)