Skip to content

Commit 7a2b2fe

Browse files
committed
2.0.5
1 parent 94da75d commit 7a2b2fe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ObjectiveCExample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- SSZipArchive (2.0.4)
2+
- SSZipArchive (2.0.5)
33

44
DEPENDENCIES:
55
- SSZipArchive (from `..`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: ..
1010

1111
SPEC CHECKSUMS:
12-
SSZipArchive: c77fc6ec8194f4e6d57876da1348e46cd63b90ba
12+
SSZipArchive: 5d129436b3d37fbe5b2befc51fba3badf925e459
1313

1414
PODFILE CHECKSUM: 7f4058a9cbc69b4e63808729577a8bb2098bc527
1515

SSZipArchive.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SSZipArchive'
3-
s.version = '2.0.4'
3+
s.version = '2.0.5'
44
s.summary = 'Utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.'
55
s.description = 'SSZipArchive is a simple utility class for zipping and unzipping files on iOS, tvOS, watchOS, and Mac.'
66
s.homepage = 'https://github.com/ZipArchive/ZipArchive'
77
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
8-
s.authors = { 'Sam Soffes' => 'sam@soff.es', 'Joshua Hudson' => nil }
8+
s.authors = { 'Sam Soffes' => 'sam@soff.es', 'Joshua Hudson' => nil, 'Antoine Cœur' => nil }
99
s.source = { :git => 'https://github.com/ZipArchive/ZipArchive.git', :tag => "v#{s.version}" }
1010
s.ios.deployment_target = '4.0'
1111
s.tvos.deployment_target = '9.0'

SwiftExample/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- SSZipArchive (2.0.4)
2+
- SSZipArchive (2.0.5)
33

44
DEPENDENCIES:
55
- SSZipArchive (from `..`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: ..
1010

1111
SPEC CHECKSUMS:
12-
SSZipArchive: c77fc6ec8194f4e6d57876da1348e46cd63b90ba
12+
SSZipArchive: 5d129436b3d37fbe5b2befc51fba3badf925e459
1313

1414
PODFILE CHECKSUM: 0dc500eb72745751ccba7677de4da5534fcef36d
1515

0 commit comments

Comments
 (0)