Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Releases: tomnific/TKMFileManager

TKMFileManager 1.0

12 Aug 03:31
Compare
Choose a tag to compare

TKMFileManager 1.0

Here it is - The first release of TKMFileManager! You can follow the steps below to install.

For more information on using TKMFileManager, you can see the Readme or you can visit the Documentation Page.

Installation

With CocoaPods

  1. Install CocoaPods and set up your project to use them.

  2. Add the following line to your podfile:

pod 'TKMFileManager', '~> 1.0'
  1. In Terminal, navigate to the directory with the podfile for your project and run:
pod install
  1. In the file of your project in which you'd like to use TKMFileManager, add the following line to your import statements:
#import "TKMFileManager.h"

Without CocoaPods

  1. Simply copy TKMFileManager.h and TKMFileManager.m into your project's files.

  2. In the file in which you'd like to use TKMFileManager, add the following line to your import statements:

#import "TKMFileManager.h"

TKMFileManager 0.3a1

11 Aug 04:05
Compare
Choose a tag to compare
TKMFileManager 0.3a1 Pre-release
Pre-release

Alpha release for TKMFileManager. Created in order to complete CocoaPods integration.