diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f7284d..02429f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# UnrarKit CHANGELOG
+## 2.5.3
+
+Fixed Podspec bug causing build errors when building as a framework with CocoaPods (Issue #28)
+
+
## 2.5.2
Moved off of deprecated `xcconfig` attribute in podspec (Issue #25)
diff --git a/Resources/UnrarKit-Info.plist b/Resources/UnrarKit-Info.plist
index 5c043cf..6551d90 100644
--- a/Resources/UnrarKit-Info.plist
+++ b/Resources/UnrarKit-Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.5.2
+ 2.5.3
CFBundleSignature
????
CFBundleVersion
- 2.5.2
+ 2.5.3
diff --git a/UnrarKit.podspec b/UnrarKit.podspec
index a44121c..7711eb2 100644
--- a/UnrarKit.podspec
+++ b/UnrarKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UnrarKit"
- s.version = "2.5.2"
+ s.version = "2.5.3"
s.summary = "UnrarKit is here to enable Mac and iOS Cocoa apps to easily work with RAR files for read-only operations"
s.license = "BSD"
s.homepage = "https://github.com/abbeycode/UnrarKit"