Changelog
This commit is contained in:
@@ -40,4 +40,5 @@ Carthage/
|
||||
|
||||
# Cocoapods
|
||||
Pods/
|
||||
fastlane/report.xml
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
Changelog
|
||||
==========
|
||||
|
||||
### 4.0.1
|
||||
|
||||
- Fix SPM
|
||||
|
||||
### 4.0.0
|
||||
|
||||
- Swift 5.1
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="#features">Features</a>
|
||||
• <a href="#installation">Installation</a>
|
||||
• <a href="#usage">Usage</a>
|
||||
• <a href="#translation">Translation</a>
|
||||
• <a href="#customisation">Customisation</a>
|
||||
• <a href="#installation">Installation</a>
|
||||
• <a href="#license">License</a>
|
||||
</p>
|
||||
|
||||
@@ -40,28 +40,6 @@ Display a screen with all licences used in your application can be painful to ma
|
||||
* iOS 9.0+ target deployment
|
||||
* Swift 3, Swift 4 or Swift 4.2 project
|
||||
|
||||
## Installation
|
||||
|
||||
- To integrate OpenSourceController into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your Podfile :
|
||||
|
||||
```ruby
|
||||
pod "OpenSourceController", '~> 3.0.0' # Swift 4.2 Version
|
||||
|
||||
pod "OpenSourceController", '~> 2.0' # Swift 4.0 Version
|
||||
|
||||
pod "OpenSourceController", '~> 1.0.8' # Swift 3.1 version
|
||||
```
|
||||
|
||||
- To integrate OpenSourceController into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your Cartfile :
|
||||
|
||||
```ruby
|
||||
github "floriangbh/OpenSourceController" ~> 3.0.0 # Swift 4.2 version
|
||||
|
||||
github "floriangbh/OpenSourceController" ~> 2.0 # Swift 4.0 version
|
||||
|
||||
github "floriangbh/OpenSourceController" ~> 1.0.8 # Swift 3.1 version
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
- Import the library :
|
||||
@@ -124,6 +102,30 @@ OpenSourceController is currently write in english. If you need translation for
|
||||
"Unable to load this licence." = "<your_translation>";
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
- To integrate OpenSourceController into your Xcode project using [Swift Packet Manager](https://github.com/apple/swift-package-manager), specify this url in Xcode : `https://github.com/floriangbh/OpenSourceController`
|
||||
|
||||
- To integrate OpenSourceController into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your Podfile :
|
||||
|
||||
```ruby
|
||||
pod "OpenSourceController", '~> 3.0.0' # Swift 4.2 Version
|
||||
|
||||
pod "OpenSourceController", '~> 2.0' # Swift 4.0 Version
|
||||
|
||||
pod "OpenSourceController", '~> 1.0.8' # Swift 3.1 version
|
||||
```
|
||||
|
||||
- To integrate OpenSourceController into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your Cartfile :
|
||||
|
||||
```ruby
|
||||
github "floriangbh/OpenSourceController" ~> 3.0.0 # Swift 4.2 version
|
||||
|
||||
github "floriangbh/OpenSourceController" ~> 2.0 # Swift 4.0 version
|
||||
|
||||
github "floriangbh/OpenSourceController" ~> 1.0.8 # Swift 3.1 version
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
Florian Gabach, florian.gabach@gmail.com
|
||||
|
||||
Reference in New Issue
Block a user