File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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'
3636use_frameworks!
3737
3838target '<Your Target Name>' do
39- pod 'Swifty360Player', '0.2.4 '
39+ pod 'Swifty360Player', '0.2.5 '
4040end
4141```
4242
@@ -60,7 +60,7 @@ brew install carthage
6060To 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
6666Run 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
7070Modify 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
7676Run ` swift package resolve `
You can’t perform that action at this time.
0 commit comments