Skip to content

Commit de32c9e

Browse files
committed
fix platform
1 parent 746da46 commit de32c9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

JxlCoder.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'JxlCoder'
3-
s.version = '1.0.9'
3+
s.version = '1.0.10'
44
s.summary = 'JXL coder for iOS and MacOS'
55
s.description = 'Provides support for JXL files in iOS and MacOS'
66
s.homepage = 'https://github.com/awxkee/jxl-coder-swift'
@@ -9,8 +9,6 @@ Pod::Spec.new do |s|
99
s.source = { :git => 'https://github.com/awxkee/jxl-coder-swift.git', :tag => "#{s.version}" }
1010
s.ios.deployment_target = '11.0'
1111
s.osx.deployment_target = '11.0'
12-
s.platform = :ios, '11.0'
13-
s.platform = :macos, '11.0'
1412
s.source_files = 'Sources/jxlc/*.{swift,h,m,cpp,mm,hpp}', "Sources/JxlCoder/*.swift", 'Sources/Module/JxlCoder.h', 'Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/**/*.h'
1513
s.swift_version = ["5.3", "5.4", "5.5"]
1614
s.frameworks = "Foundation", "CoreGraphics", "Accelerate"

0 commit comments

Comments
 (0)