Skip to content

Commit 1c3128c

Browse files
committed
Update readme
1 parent 49de7a4 commit 1c3128c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ iOS 360-degree video player streaming from an AVPlayer.
1515

1616
| Swifty360Player Version | Minimum iOS Target | Swift Version |
1717
|:--------------------:|:---------------------------:|:---------------------------:|
18-
| 0.2.4 | 11.0 | 5.x |
18+
| 0.2.5 | 11.0 | 5.x |
1919
| 0.2.2 | 11.0 | 4.2 |
2020
| 0.2.1 | 10.0 | 4.1 |
2121
| 0.2 | 10.0 | 4.0 |
@@ -36,7 +36,7 @@ platform :ios, '11.0'
3636
use_frameworks!
3737
3838
target '<Your Target Name>' do
39-
pod 'Swifty360Player', '0.2.4'
39+
pod 'Swifty360Player', '0.2.5'
4040
end
4141
```
4242

@@ -60,7 +60,7 @@ brew install carthage
6060
To integrate Swifty360Player into your Xcode project using Carthage, specify it in your Cartfile:
6161

6262
```
63-
github "abdullahselek/Swifty360Player" ~> 0.2.4
63+
github "abdullahselek/Swifty360Player" ~> 0.2.5
6464
```
6565

6666
Run carthage update to build the framework and drag the built Swifty360Player.framework into your Xcode project.
@@ -70,7 +70,7 @@ Run carthage update to build the framework and drag the built Swifty360Player.fr
7070
Modify your Package.swift file to include the following dependency:
7171

7272
```
73-
.package(url: "https://github.com/abdullahselek/Swifty360Player.git", from: "0.2.4")
73+
.package(url: "https://github.com/abdullahselek/Swifty360Player.git", from: "0.2.5")
7474
```
7575

7676
Run `swift package resolve`

0 commit comments

Comments
 (0)