Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyazovoy committed Oct 30, 2023
1 parent ca2773e commit daa1b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Examples/Podfile.lock
Expand Up @@ -2,9 +2,9 @@ PODS:
- Dwifft (0.9)
- Nimble (12.3.0)
- Quick (7.3.0)
- SimpleSource (2.0.5):
- SimpleSource (3.0.0):
- Dwifft (~> 0.9.0)
- SimpleSource/Tests (2.0.5):
- SimpleSource/Tests (3.0.0):
- Dwifft (~> 0.9.0)
- Nimble (~> 12.0)
- Quick (~> 7.0)
Expand All @@ -30,7 +30,7 @@ SPEC CHECKSUMS:
Dwifft: 42912068ed2a8146077d1a1404df18625bd086e1
Nimble: f8a8219d16f176429b951e8f7e72df5c23ceddc0
Quick: d32871931c05547cb4e0bc9009d66a18b50d8558
SimpleSource: d2aa14f3f8c509cfdd3ee6b30838118bb6e6a4c6
SimpleSource: 14b1bd2028a07d7b2a71433bed85f03ca33deb37
SwiftyJSON: 2f33a42c6fbc52764d96f13368585094bfd8aa5e

PODFILE CHECKSUM: a5deddba5204624da3222bdb26450e64fabfabc5
Expand Down
2 changes: 1 addition & 1 deletion SimpleSource.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SimpleSource'
s.version = '2.0.5'
s.version = '3.0.0'
s.summary = 'Composable, easy to use data sources for UITableView and UICollectionView.'
s.homepage = 'https://github.com/Squarespace/simple-source'
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand Down

0 comments on commit daa1b25

Please sign in to comment.