Skip to content

Commit

Permalink
Prepare the 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Croom committed Nov 17, 2015
1 parent 8d2a1c1 commit bae63cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlindsidedStoryboard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "BlindsidedStoryboard"
s.version = "0.3.0"
s.version = "0.4.0"
s.summary = "A storyboard subclass which enables injecting dependencies into view controllers using Blindside."
s.description = <<-DESC
Storyboards make dependency injection of view controllers challenging, because they insist on instantiating the view controllers internally. This restriction can be worked around by subclassing UIStoryboard and overriding the -instantiateViewControllerWithIdentifier: method to perform configuration work immediately following the instantiation. The same storyboard instance that is used to create the initial view controller will be used to instantiate further view controllers accessed via segues.
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.0
* Add support for tvOS
* Add BSStoryboardProvider to provide a shorthand mechanism for setting up a view controller binding
* Add BSStoryboardKey which is able to instantiate a view controller without additional binding

# 0.3.0
* Add support for Xcode 7 Storyboard References

Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Blindside (1.2.0)
- BlindsidedStoryboard (0.3.0):
- BlindsidedStoryboard (0.4.0):
- Blindside (~> 1.1)
- Cedar (0.12.0)

Expand Down Expand Up @@ -29,7 +29,7 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
Blindside: 83734043234c39fff9f83291769ae1367212e7ba
BlindsidedStoryboard: 625ee361cf906abb8d8d1a0f4decfb4c73b6ee97
BlindsidedStoryboard: 3dcd123cc23795eedcf7f2f60daead5f0503635d
Cedar: ca163d6364991f39a4758fef49be3b95504ed0d0

COCOAPODS: 0.39.0

0 comments on commit bae63cd

Please sign in to comment.