thibault-carpentier / ChangelogPresenter

Will be added later

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChangelogPresenter

This project is in development and not ready for use yet Writing in progress.

ScreenShots

ScreenShot comming soon !

Installation

From CocoaPods

The recommended approach for installating ChangelogPresenter is via the CocoaPods package manager, as it provides flexible dependency management and dead simple installation:

$ [sudo] gem install cocoapods
$ pod setup

Change to the directory of your Xcode project:

$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile

Edit your Podfile and add ChangelogPresenter:

platform :ios, '7.0'
pod 'ChangelogPresenter', '~> 1.0'

Install into your Xcode project:

$ pod install

Open your project in Xcode from the .xcworkspace file (not the usual project file)

$ open MyProject.xcworkspace

Please note that if your installation fails, it may be because you are installing with a version of Git lower than CocoaPods is expecting. Please ensure that you are running Git >= 1.8.0 by executing git --version. You can get a full picture of the installation details by executing pod install --verbose.

Manually

Dependency :

 Writing in progress

ChangelogPresenter manual installation

Download Changelog Presenter project. You can download it directly from his github page
or via the command line :

$ git clone https://github.com/Loadex/ChangelogPresenter.git

Drag the ChangelogPresenter folder into your project.

Quick Start Guide

Writing in progress

Class documentation

Writing in progress

Roadmap

####Current Version : 0.0

  • V1.0:

    • Release
  • To be defined

FAQ

No question asked so far.

Requirements

This project require :

  • To be defined

Licence

MIT Licence
Copyright (c) 2014 Thibault Carpentier carpen_t@epitech.eu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Repository Infos

Owner:      Thibault Carpentier
GitHub:     https://github.com/Loadex
LinkedIn:   www.linkedin.com/in/CarpentierThibault/
StackOverflow:  http://stackoverflow.com/users/1324369/loadex

About

Will be added later

License:MIT License


Languages

Language:Objective-C 75.1%Language:Ruby 24.9%