Skip to content

Commit f948842

Browse files
committed
Bump to version 4.0.5
1 parent 2ad2c65 commit f948842

File tree

9 files changed

+213
-212
lines changed

9 files changed

+213
-212
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Master
3+
## 4.0.5
44

55
* Fix for only allowing the use of app extension API.
66
[igorkulman](https://github.com/igorkulman)

Example/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Reusable (4.0.4):
3-
- Reusable/Storyboard (= 4.0.4)
4-
- Reusable/View (= 4.0.4)
5-
- Reusable/Storyboard (4.0.4)
6-
- Reusable/View (4.0.4)
2+
- Reusable (4.0.5):
3+
- Reusable/Storyboard (= 4.0.5)
4+
- Reusable/View (= 4.0.5)
5+
- Reusable/Storyboard (4.0.5)
6+
- Reusable/View (4.0.5)
77

88
DEPENDENCIES:
99
- Reusable (from `../`)
@@ -13,7 +13,7 @@ EXTERNAL SOURCES:
1313
:path: "../"
1414

1515
SPEC CHECKSUMS:
16-
Reusable: 80869f7358e293a2bbd832b5b0b5a58d1b033496
16+
Reusable: 3754ac3bdd06c95e5fc800b7a5142482b07ac5b5
1717

1818
PODFILE CHECKSUM: 2e4cfd412f90711e15fcfa281c33e3b31f1e90b8
1919

Example/Pods/Local Podspecs/Reusable.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 187 additions & 194 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Reusable-iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Reusable-tvOS/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Reusable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.cocoapods_version = '~> 1.4'
33

44
s.name = "Reusable"
5-
s.version = "4.0.4"
5+
s.version = "4.0.5"
66
s.summary = "A Swift Mixin to deal with reusable UITableView & UICollectionView cells and XIB-based views"
77

88
s.description = <<-DESC

0 commit comments

Comments
 (0)