Skip to content

Commit

Permalink
Bump to version 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Dec 2, 2018
1 parent 2ad2c65 commit f948842
Show file tree
Hide file tree
Showing 9 changed files with 213 additions and 212 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Master
## 4.0.5

* Fix for only allowing the use of app extension API.
[igorkulman](https://github.com/igorkulman)
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.4):
- Reusable/Storyboard (= 4.0.4)
- Reusable/View (= 4.0.4)
- Reusable/Storyboard (4.0.4)
- Reusable/View (4.0.4)
- Reusable (4.0.5):
- Reusable/Storyboard (= 4.0.5)
- Reusable/View (= 4.0.5)
- Reusable/Storyboard (4.0.5)
- Reusable/View (4.0.5)

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

SPEC CHECKSUMS:
Reusable: 80869f7358e293a2bbd832b5b0b5a58d1b033496
Reusable: 3754ac3bdd06c95e5fc800b7a5142482b07ac5b5

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.

381 changes: 187 additions & 194 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/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
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '~> 1.4'

s.name = "Reusable"
s.version = "4.0.4"
s.version = "4.0.5"
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 f948842

Please sign in to comment.