-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:MoveUpwards/NcSejima
- Loading branch information
Showing
1 changed file
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |