Skip to content

Commit 03ad6bb

Browse files
committed
Version bump
1 parent 73f1ca9 commit 03ad6bb

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

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 (3.0.0):
3-
- Reusable/Storyboard (= 3.0.0)
4-
- Reusable/View (= 3.0.0)
5-
- Reusable/Storyboard (3.0.0)
6-
- Reusable/View (3.0.0)
2+
- Reusable (3.0.1):
3+
- Reusable/Storyboard (= 3.0.1)
4+
- Reusable/View (= 3.0.1)
5+
- Reusable/Storyboard (3.0.1)
6+
- Reusable/View (3.0.1)
77

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

1515
SPEC CHECKSUMS:
16-
Reusable: 90af83e6e49e8a209ec4db33ad523213b8310d1b
16+
Reusable: c8cbbb8e5242b9e035258d893ae5ebd8ae1d9c70
1717

1818
PODFILE CHECKSUM: 396891106f5d114bc0d21fe52c4957aa880dd013
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/Target Support Files/Reusable/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
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Reusable"
4-
s.version = "3.0.0"
4+
s.version = "3.0.1"
55
s.summary = "A Swift Mixin to deal with reusable UITableView & UICollectionView cells and XIB-based views"
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)