- This is framework to archive object into file.
- Download
ACArchiverCenter
and try run example app
- 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
- Requires ARC
- Demo FYI
ACArchiverCenter
is released under the MIT license. See LICENSE for details.