Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Jan 21, 2024
1 parent fad85b4 commit 7047e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Make sure to use the latest version **cocoapods 1.10.1+**, which can be installe
```ruby
target 'ProjectName' do
use_frameworks!
pod 'KSPlayer',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'develop'
pod 'DisplayCriteria',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'develop'
pod 'KSPlayer',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'main'
pod 'DisplayCriteria',:git => 'https://github.com/kingslay/KSPlayer.git', :branch => 'main'
pod 'FFmpegKit',:git => 'https://github.com/kingslay/FFmpegKit.git', :branch => 'main'
pod 'Libass',:git => 'https://github.com/kingslay/FFmpegKit.git', :branch => 'main'
end
Expand All @@ -72,7 +72,7 @@ end

```swift
dependencies: [
.package(url: "https://github.com/kingslay/KSPlayer.git", .branch("develop"))
.package(url: "https://github.com/kingslay/KSPlayer.git", .branch("main"))
]
```

Expand Down

0 comments on commit 7047e43

Please sign in to comment.