Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starkdmi committed Jan 25, 2024
1 parent 39fddb3 commit 78e110f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
"version" : "1.2.0"
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0"
spec.version = "1.1.1"
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 All @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'MPL-2.0', :file => 'LICENSE' }
spec.author = "Dmitry Starkov"
spec.source = { :git => "https://github.com/starkdmi/MediaToolSwift.git", :tag => "#{spec.version}" }
spec.platforms = { :ios => "13.0", :osx => "11.0", :tvos => "13.0" }
spec.platforms = { :ios => "13.0", :osx => "11.0", :tvos => "13.0" } # :visionos => "1.0"
spec.source_files = "Sources/**/*.swift", "Sources/Classes/ObjCExceptionCatcher/**/*.{h,m}"
spec.public_header_files = "Sources/Classes/ObjCExceptionCatcher/**/*.h"
#spec.pod_target_xcconfig = {
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
"version" : "1.2.0"
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ let package = Package(
],
dependencies: [
// To build documentation for Github Pages use:
// swift package --allow-writing-to-directory ./docs generate-documentation --target MediaToolSwift --disable-indexing --transform-for-static-hosting --hosting-base-path MediaToolSwift --output-path ./docs
// swift package --allow-writing-to-directory ./docs generate-documentation --exclude-extended-types --target MediaToolSwift --disable-indexing --transform-for-static-hosting --hosting-base-path MediaToolSwift --output-path ./docs
// To preview documentation: swift package --disable-sandbox preview-documentation
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0")
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")
],
targets: [
.target(
Expand Down

0 comments on commit 78e110f

Please sign in to comment.