Skip to content

Commit

Permalink
Bump version to 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg committed Mar 7, 2016
1 parent 1d96b34 commit 76c4685
Show file tree
Hide file tree
Showing 8 changed files with 1,952 additions and 741 deletions.
2 changes: 1 addition & 1 deletion BonMot.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BonMot"
s.version = "2.3"
s.version = "2.4"
s.summary = "An Objective-C attributed string generation library."
s.description = <<-DESC
BonMot removes all the mystery from creating beautiful, powerful attributed strings on iOS.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- BonMot (2.3)
- BonMot (2.4)

DEPENDENCIES:
- BonMot (from `../`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BonMot: 6fbd53628aca43c70db2a0e778fa847384a7d858
BonMot: 5d6e68a9e112c1775b951c3499185f9e240c2f97

COCOAPODS: 0.39.0
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/BonMot.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,670 changes: 1,938 additions & 732 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/BonMot/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76c4685

Please sign in to comment.