Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.19 KB

NSharpDate

NSharpDate is a category for the NSDate class that adds a few properties and methods.

Support this open source repo by using Flattr this git repo

for more information and setup instructions go to http://crilleengvall.github.io/NSharpDate/

How To Get Started

Installation without CocoaPods

  • Download NSharpDate
  • Add NSDate+NSharpDate.h and NSDate+NSharpDate.m from the NSharpDate folder to your project.

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries.

Podfile

pod 'NSharpDate', '1.0.1'