Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.56 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.56 KB

ACArchiverCenter

Introduction

  • This is framework to archive object into file.

How To Get Started

  • Download ACArchiverCenter and try run example app

Installation

  • Installation with CocoaPods
source 'https://github.com/MarkeJave/Specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'ACArchiverCenter', '~> 1.0'
end
  • Installation with Carthage
github "MarkeJave/ACArchiverCenter" ~> 1.0
  • Manual Import
drag “ACArchiverCenter” directory into your project

Requirements

  • Requires ARC

Usage

  • Demo FYI

License

ACArchiverCenter is released under the MIT license. See LICENSE for details.

Communication