Added carthage support

This commit is contained in:
Sergiy Mumryak
2015-12-13 00:01:51 +02:00
parent 9d277af7e9
commit 2078ed2565
5 changed files with 576 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
//
// ZipArchive.h
// ZipArchive
//
// Created by Serhii Mumriak on 12/1/15.
// Copyright © 2015 smumryak. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for ZipArchive.
FOUNDATION_EXPORT double ZipArchiveVersionNumber;
//! Project version string for ZipArchive.
FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <ZipArchive/PublicHeader.h>
#import "SSZipArchive.h"