From 61a0a7017fdc71099af7d0ab4d474ca65757963c Mon Sep 17 00:00:00 2001 From: Umberto Raimondi Date: Mon, 19 Sep 2016 17:26:59 +0200 Subject: [PATCH] Fixes issue with Cocoapods, I hope See issue #5846. --- .swift-version | 1 + Bitter.podspec | 2 +- Sources/Bitter/Info.plist | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/Bitter.podspec b/Bitter.podspec index 5dda134..27102da 100644 --- a/Bitter.podspec +++ b/Bitter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Bitter" - s.version = "2.0.4" + s.version = "2.0.5" s.summary = "The Swift bits manipulation toolkit" s.homepage = "https://github.com/uraimo/Bitter" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/Sources/Bitter/Info.plist b/Sources/Bitter/Info.plist index 241ef86..38bcc7c 100644 --- a/Sources/Bitter/Info.plist +++ b/Sources/Bitter/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.4 + 2.0.5 CFBundleSignature ???? CFBundleVersion