Skip to content

Commit

Permalink
Fixes issue with Cocoapods, I hope
Browse files Browse the repository at this point in the history
See issue #5846.
  • Loading branch information
uraimo committed Sep 19, 2016
1 parent c8ef1f3 commit 61a0a70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
2 changes: 1 addition & 1 deletion Bitter.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Bitter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.0.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 61a0a70

Please sign in to comment.