Objective-C SDK

Introduction

The Mezeo Objective-C SDK is designed to enable the creation of applications that can access the Mezeo Cloud Storage Platform (MCSP).


The SDK can be used to build applications for any of the following target platforms:

  • Mac OS X Desktop / Server
  • iPhone
  • iPod Touch
  • iPad

Installation

Download

Download the lastest version of the Objective-C API as a tar.gz archive by clicking on the provided link at the top of the page.


Install

Extract the contents of the downloaded archive file and move it to the approprate projects folder.


Layout of SDK

The Objective-C SDK project files are arranged as follows:

  • csplib – See the README.rtf file for instructions on buiding the API and running Unit tests
  • documentation – API documentation in HTML format
  • examples
    • basic – See the README.rtf file for instructions on building and running the example.

Getting Started

You must have Apple’s Developer Tools installed in order to develop applications that leverage the Objective-C API.

Both the csplib and the basic example are built using XCode.