Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starkdmi committed Dec 8, 2023
1 parent 612624c commit 22df906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MediaToolSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |spec|
spec.name = "MediaToolSwift"
spec.version = "1.0.9"
spec.version = "1.1.0"
spec.summary = "A Swift library for media handling and manipulation."
spec.description = <<-DESC
MediaToolSwift is a Swift library that provides a collection of classes and utilities for media handling and manipulation. It provides an easy-to-use interface for performing common media operations such as compression, conversion, resizing and more. Supports video, image and audio media types.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
To install library with Swift Package Manager, add the following code to your __Package.swift__ file:
```
dependencies: [
.package(url: "https://github.com/starkdmi/MediaToolSwift.git", .upToNextMajor(from: "1.0.9"))
.package(url: "https://github.com/starkdmi/MediaToolSwift.git", .upToNextMajor(from: "1.1.0"))
]
```

### CocoaPods
To install library with CocoaPods, add the following line to your __Podfile__ file:
```
pod 'MediaToolSwift', '~> 1.0.9'
pod 'MediaToolSwift', '~> 1.1.0'
```

## VideoTool
Expand Down

0 comments on commit 22df906

Please sign in to comment.