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
- Host: GitHub
- URL: https://github.com/nextfaze/nfdate
- Owner: NextFaze
- License: mit
- Created: 2013-11-01T01:20:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-06T02:38:15.000Z (over 12 years ago)
- Last Synced: 2025-03-27T03:31:29.873Z (over 1 year ago)
- Language: Objective-C
- Size: 1.59 MB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.