Skip to content

Commit

Permalink
Version Bump 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Feb 16, 2017
1 parent 08ae6c9 commit 586a60c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 4.0.1

* Added a tvOS target in the Example project.
* Carthage should now see the tvOS framework

## 4.0.0

### Breaking changes
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Reusable (4.0.0):
- Reusable/Storyboard (= 4.0.0)
- Reusable/View (= 4.0.0)
- Reusable/Storyboard (4.0.0)
- Reusable/View (4.0.0)
- Reusable (4.0.1):
- Reusable/Storyboard (= 4.0.1)
- Reusable/View (= 4.0.1)
- Reusable/Storyboard (4.0.1)
- Reusable/View (4.0.1)

DEPENDENCIES:
- Reusable (from `../`)
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Reusable: d34689bc777eb89aa0d36bae3160dce46f789760
Reusable: 3531383aa0f4ed12aed3c68546332b25b84889aa

PODFILE CHECKSUM: 2e4cfd412f90711e15fcfa281c33e3b31f1e90b8

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/Reusable.podspec.json

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

12 changes: 6 additions & 6 deletions Example/Pods/Manifest.lock

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/Reusable-iOS/Info.plist

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/Reusable-tvOS/Info.plist

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

2 changes: 1 addition & 1 deletion Reusable.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Reusable"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "A Swift Mixin to deal with reusable UITableView & UICollectionView cells and XIB-based views"

s.description = <<-DESC
Expand Down

0 comments on commit 586a60c

Please sign in to comment.