Skip to content

Commit

Permalink
version 75.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apotocki committed Aug 14, 2024
1 parent 357a326 commit 7631ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This repo provides a universal script for building static ICU libraries for use
use_frameworks!
pod 'icu4c-iosx', '~> 75.1'
# or optionally more precisely
# pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '75.1.0', :submodules => 'true'
# pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '75.1.1', :submodules => 'true'
```
install new dependency:
```
Expand Down
2 changes: 1 addition & 1 deletion icu4c-iosx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "icu4c-iosx"
s.version = "75.1.0"
s.version = "75.1.1"
s.summary = "ICU XCFramework for macOS, iOS, and visionOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst, iOS Simulator, and visionOS Simulator."
s.homepage = "https://github.com/apotocki/icu4c-iosx"
s.license = "BSD"
Expand Down

0 comments on commit 7631ab1

Please sign in to comment.