Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MoveUpwards/NcSejima
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GRIFFIE authored and Loïc GRIFFIE committed Mar 19, 2019
2 parents 4f6a396 + 1929358 commit 23caf9a
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,47 @@
# NcSejima
[![Documentation](https://img.shields.io/badge/Read_the-Docs-67ad5c.svg)](https://moveupwards.github.io/NcSejima/)
[![Language: Swift 2, 3 and 4](https://img.shields.io/badge/language-swift%204-f48041.svg?style=flat)](https://developer.apple.com/swift)
![Platform: iOS 11+](https://img.shields.io/badge/platform-iOS-blue.svg?style=flat)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods](https://img.shields.io/cocoapods/v/NcSejima.svg)](http://cocoapods.org/pods/NcSejima)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8314f541d1654bddbe32cd6f539be77b)](https://www.codacy.com/app/MoveUpwards/NcSejima?utm_source=github.com&utm_medium=referral&utm_content=MoveUpwards/NcSejima&utm_campaign=Badge_Grade)
![Build Status](https://app.bitrise.io/app/209adbcb1859a455.svg?token=pOPhDEeeYDPl4EdIVrnzzA)
[![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/MoveUpwards/NcSejima/blob/master/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/MoveUpwards/NcSejima.svg)](https://github.com/MoveUpwards/NcSejima/graphs/contributors)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/moveupwards)

# NcSejima

Navigation controller transition

## Requirements

- iOS 9.1+
- Xcode 9.0+

## Installation

### use [CocoaPods](https://cocoapods.org) with Podfile

```swift
pod 'NcSejima'
```

open your favorite terminal, go to your project root path:

```shell
pod install
```

### use [Carthage](https://github.com/Carthage/Carthage) with Cartfile

```shell
github "MoveUpwards/NcSejima"
```

open your favorite terminal, go to your project root path and run:

```shell
carthage update
```

## Usage

0 comments on commit 23caf9a

Please sign in to comment.