Skip to content

Commit 4aa638a

Browse files
committed
14.1.4
1 parent 96fcce5 commit 4aa638a

36 files changed

Lines changed: 46 additions & 69 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [14.1.4](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.4)
4+
5+
Released on 2025-07-04.
6+
7+
#### Removed
8+
9+
- Dropped CocoaPods support.
10+
311
## [14.1.3](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.3)
412

513
Released on 2024-05-09.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Related Code
3+
Copyright (c) 2025 Related Code
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ProgressHUD.podspec

Lines changed: 0 additions & 19 deletions
This file was deleted.

ProgressHUD/Sources/Animations/ProgressHUD+ActivityIndicator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024 Related Code - https://relatedcode.com
2+
// Copyright (c) 2025 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+BallVerticalBounce.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024 Related Code - https://relatedcode.com
2+
// Copyright (c) 2025 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+BarSweepToggle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024 Related Code - https://relatedcode.com
2+
// Copyright (c) 2025 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CircleArcDotSpin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024 Related Code - https://relatedcode.com
2+
// Copyright (c) 2025 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CircleBarSpinFade.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024 Related Code - https://relatedcode.com
2+
// Copyright (c) 2025 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CircleDotSpinFade.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024 Related Code - https://relatedcode.com
2+
// Copyright (c) 2025 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ProgressHUD/Sources/Animations/ProgressHUD+CirclePulseMultiple.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2024 Related Code - https://relatedcode.com
2+
// Copyright (c) 2025 Related Code - https://relatedcode.com
33
//
44
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

0 commit comments

Comments
 (0)