An open API service indexing awesome lists of open source software.

https://github.com/nextfaze/nfdate

Date/Time manipulation library for objective c
https://github.com/nextfaze/nfdate

Last synced: 10 months ago
JSON representation

Date/Time manipulation library for objective c

Awesome Lists containing this project

README

          

# NFDate

Date/Time manipulation library for objective c

## Integration instructions

1. Add submodule to your project:

`$ git submodule add git@github.com:NextfazeSD/NFDate.git ThirdParty/NFAllocInit`

2. Drag the NFAllocInit.xcodeproj project file from Finder to the ThirdParty folder in your project tree.
3. Add `NFDate` to target's Target Dependencies in Build Phases.
4. Add `libNFDate.a` in Link Binary with Libraries.
5. Add to header search paths `ThirdParty/` with recursive selected.