From 245d267302c7974b55b0107ee8895d73f041854a Mon Sep 17 00:00:00 2001 From: "Mark R. Masterson" Date: Wed, 17 May 2017 09:10:20 -0700 Subject: [PATCH] Pod update --- Example/Podfile | 2 -- Example/Podfile.lock | 12 +++--------- TUSKit.podspec | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index 91e659a9..5889aca8 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -5,6 +5,4 @@ end target 'Tests' do pod "TUSKit", :path => "../" - pod 'Specta', '~> 0.2.1' - pod 'Expecta' end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 4e7d1e5b..61773139 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,11 +1,7 @@ PODS: - - Expecta (1.0.5) - - Specta (0.2.1) - - TUSKit (1.3.4) + - TUSKit (1.3.5) DEPENDENCIES: - - Expecta - - Specta (~> 0.2.1) - TUSKit (from `../`) EXTERNAL SOURCES: @@ -13,10 +9,8 @@ EXTERNAL SOURCES: :path: ../ SPEC CHECKSUMS: - Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe - Specta: 15a276a6343867b426d5ed135d5aa4d04123a573 - TUSKit: 605fd16da938ce659e1dc0e68b2a3029f8a33e75 + TUSKit: fb50aa6e1e6d25b2dbe6b07863d8b01acfee5656 -PODFILE CHECKSUM: 4fbaeb860281a790df78fb9bebdafbcc041d57de +PODFILE CHECKSUM: f328d9ebaab951bf22e19ac2e19a7342567c45f8 COCOAPODS: 1.2.1 diff --git a/TUSKit.podspec b/TUSKit.podspec index 34c8aba1..de545616 100755 --- a/TUSKit.podspec +++ b/TUSKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TUSKit" - s.version = "1.3.4" + s.version = "1.3.5" s.summary = "An iOS implementation of the tus resumable video upload protocol." s.description = <<-DESC An iOS implementation of the tus resumable video upload protocol.