Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 742 Bytes

Synchronizable

Synchronizable is a framework for iOS to help you cache data locally. It's not ready for prime time yet.

Requirements

  • Swift 3.0
  • Xcode 8

Installation

Carthage

Create a Cartfile that lists the framework and run carthage update. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/Synchronizable.framework to an iOS project.

github "palleas/synchronizable"

Usage example

At this point, the best way to see how it works is to look at the Spec.

Authors

Synchronizable is released under the MIT License, see LICENSE file.