--------------------------------------------------------------------
Zumero Client Library for iOS
--------------------------------------------------------------------

zumero_sync.pdf:
  Documentation for the iOS Zumero wrapper.  See zumero_core.pdf 
  for details on Zumero's architecture and behaviors.

ZumeroSync.framework:
  All libraries and headers needed to include Zumero in your iOS
  project.


--------------------------------------------------------------------
Reference materials
--------------------------------------------------------------------

src/ZumeroSync.*, src/ZumeroUtil.*:
  The source for the Objective C wrappers included in the 
  Framework and documented in the PDF. These aren't needed to
  use the framework in your project, but are available for 
  modification or use in other configurations.

  These can also be dropped into a project using the Zumero Mac
  libraries found in the SDK (libzumero_client_api.dylib or
  zumero_client_api.a), and called as documented in zumero_sync.pdf.

--------------------------------------------------------------------
Cocoapod
--------------------------------------------------------------------

This framework is also available as the ZumeroSync Cocoapod, for both
iOS and Mac development.

Add:

    pod 'ZumeroSync'

or

    pod 'ZumeroSync/SQLCipher'

to your Podfile, then run `pod update` to install ZumeroSync and its dependencies.

