parent
d13bbb2c58
commit
4ca114eab4
|
@ -27,7 +27,7 @@ You’re then prompted to select the version to install and indicate the desired
|
||||||
If you need to use YMFF in another Swift package, add it to the `Package.swift` file as a dependency:
|
If you need to use YMFF in another Swift package, add it to the `Package.swift` file as a dependency:
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
.package(url: "https://github.com/yakovmanshin/YMFF", .upToNextMajor(from: "3.0.0"))
|
.package(url: "https://github.com/yakovmanshin/YMFF", .upToNextMajor(from: "3.1.0"))
|
||||||
```
|
```
|
||||||
|
|
||||||
### CocoaPods
|
### CocoaPods
|
||||||
|
@ -36,7 +36,7 @@ YMFF alternatively supports installation via [CocoaPods](https://youtu.be/iEAjvN
|
||||||
Add the following to your Podfile:
|
Add the following to your Podfile:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
pod 'YMFF', '~> 3.0'
|
pod 'YMFF', '~> 3.1'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
|
@ -3,7 +3,7 @@ Pod::Spec.new do |s|
|
||||||
# Root
|
# Root
|
||||||
|
|
||||||
s.name = "YMFF"
|
s.name = "YMFF"
|
||||||
s.version = "3.0.0"
|
s.version = "3.1.0"
|
||||||
s.swift_version = "5.3"
|
s.swift_version = "5.3"
|
||||||
s.authors = { "Yakov Manshin" => "git@yakovmanshin.com" }
|
s.authors = { "Yakov Manshin" => "git@yakovmanshin.com" }
|
||||||
s.social_media_url = "https://twitter.com/yakovmanshin"
|
s.social_media_url = "https://twitter.com/yakovmanshin"
|
||||||
|
|
Loading…
Reference in New Issue