Skip to content

Commit 0606c35

Browse files
committed
some cocoapod fixes
1 parent 048ebaa commit 0606c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/TransloaditKitTests/TransloaditKitTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class TransloaditKitTests: XCTestCase {
163163
}
164164
})
165165

166-
wait(for: [startedUploadsExpectation], timeout: 3)
166+
wait(for: [startedUploadsExpectation], timeout: 10)
167167

168168
transloadit.stopRunningUploads()
169169
// Restart uploads, continue where left off

Transloadit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Transloadit'
11-
s.version = '3.3.4'
11+
s.version = '3.4.0'
1212
s.summary = 'Transloadit client in Swift'
1313
s.swift_version = '5.0'
1414

0 commit comments

Comments
 (0)