Skip to content

momentlib/swiftLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

swiftLib

Natural Language Date Parser Library in XCode

This takes the code from Core and allows xcode to do the compiling for you.

To get the Library

  1. Build the library for both simulator and ios.
  2. Run lipo command to combine them
  3. Add the result to your project

lipo -create /path/to/Debug-iphoneos/libmomentLib.a /path/to/Debug-iphonesimulator/libmomentLib.a -output libcombined.a

About

Natural Language Date Parser Library in XCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published