Coder Social home page Coder Social logo

datekit's Introduction

Pod version Platform License Tests

DateKit README

DateKit

What is DateKit?

  • DateKit is a simple Swift framework to simplify operations on NSDate instances.
  • Version: 0.1.1

Installation

You can use CocoaPods to add it to your Swift project. Just add pod 'DateKit' and run pod install.

For iOS 7.0 you can add DateKit as submodule. To do that you need first:

git submodule add https://github.com/SnowdogApps/DateKit

Then add DateKit.framework to Target Dependencies and Link Binary With Libraries. Now you can import DateKit where you want to use it.

Swift 1.2

For Swift 1.2 we recommend to refer to the latest commit on master branch in your Podfile:

pod 'DateKit',
    :git => "https://github.com/SnowdogApps/DateKit.git",
    :commit => "latest commit sha",
    :branch => "master"

Development

DateKit requires Quick and Nimble (bdd and matchers frameworks). They can be added manually to DateKit project. Download Quick and Nimble from Github and add them to DateKit project.

Alternatively you can use CocoaPods. There is a Podfile in DateKit, so all you need to do is to run code below (in Terminal):

pod install

Please remember that CocoaPods are in beta for Swift. Don't forget to get pre-release version of CocoaPods: gem install cocoapods --pre. Close DateKit project. Open DateKit.xcworkspace file and run tests as usually (cmd + U).

Playground

There's a Playground on the repo, so you can play a bit with DateKit. To use Playground create a workspace with DateKit.project (or use the one created by cocoapods), build DateKit, and then drag playground into the workspace. Have fun!

Any questions can be asked to [email protected]

datekit's People

Contributors

rad3ks avatar vani2 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.