Skip to content

Commit fa82691

Browse files
author
Jonathan Hersh
committed
Bump 0.8.5
1 parent 3d7bc17 commit fa82691

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Example/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
2-
- Expecta (0.3.2)
2+
- Expecta (0.4.0)
33
- MagicalRecord (2.2):
44
- MagicalRecord/Core (= 2.2)
55
- MagicalRecord/Core (2.2)
66
- OCMock (3.1.2)
7-
- SSDataSources (0.8.4)
7+
- SSDataSources (0.8.5)
88

99
DEPENDENCIES:
1010
- Expecta
@@ -17,9 +17,9 @@ EXTERNAL SOURCES:
1717
:path: ../SSDataSources.podspec
1818

1919
SPEC CHECKSUMS:
20-
Expecta: 8c507baf13211207b1e9d0a741480600e6b4ed15
20+
Expecta: 392a6b5bfb9f4097e47dd8064d9b732079490332
2121
MagicalRecord: f8a56bb87ab6552f20c4bb8681a1958a197ea3cd
2222
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92
23-
SSDataSources: b93d3818dd029bbaf59356e25348acb776356e38
23+
SSDataSources: b01170fb23b82acf0649194e9189b0bf5f702681
2424

2525
COCOAPODS: 0.36.3

SSDataSources.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SSDataSources"
3-
s.version = "0.8.4"
3+
s.version = "0.8.5"
44
s.summary = "Flexible data sources for your UITableView and UICollectionView."
55
s.homepage = "https://github.com/splinesoft/SSDataSources"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)