Skip to content

Commit

Permalink
Bump version, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Mar 26, 2022
1 parent 602e444 commit 340cc0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ iOS 360-degree video player streaming from an AVPlayer.

| Swifty360Player Version | Minimum iOS Target | Swift Version |
|:--------------------:|:---------------------------:|:---------------------------:|
| 0.2.5 | 11.0 | 5.x |
| 0.2.6 | 11.0 | 5.x |
| 0.2.2 | 11.0 | 4.2 |
| 0.2.1 | 10.0 | 4.1 |
| 0.2 | 10.0 | 4.0 |
Expand All @@ -24,7 +24,7 @@ iOS 360-degree video player streaming from an AVPlayer.

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

```
```
$ gem install cocoapods
```

Expand All @@ -36,7 +36,7 @@ platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'Swifty360Player', '0.2.5'
pod 'Swifty360Player', '0.2.6'
end
```

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

```
github "abdullahselek/Swifty360Player" ~> 0.2.5
github "abdullahselek/Swifty360Player" ~> 0.2.6
```

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

```
.package(url: "https://github.com/abdullahselek/Swifty360Player.git", from: "0.2.5")
.package(url: "https://github.com/abdullahselek/Swifty360Player.git", from: "0.2.6")
```

Run `swift package resolve`
Expand Down Expand Up @@ -163,7 +163,7 @@ Using `Swifty360View` with Storyboard
- Add a `UIView` to your viewcontroller and change it's class as `Swifty360View`
- Connect via IBOutlets

and
and

```
let videoURL = URL(fileURLWithPath: Bundle.main.path(forResource: "google-help-vr", ofType: "mp4")!)
Expand Down
2 changes: 1 addition & 1 deletion Swifty360Player.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'Swifty360Player'
s.version = '0.2.5'
s.version = '0.2.6'
s.summary = 'iOS 360-degree video player streaming from an AVPlayer.'
s.homepage = 'https://github.com/abdullahselek/Swifty360Player'
s.license = {
Expand Down

0 comments on commit 340cc0e

Please sign in to comment.