Skip to content

Commit

Permalink
Pod update
Browse files Browse the repository at this point in the history
  • Loading branch information
MMasterson committed May 17, 2017
1 parent ac1944f commit 245d267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ end
target 'Tests' do
pod "TUSKit", :path => "../"

pod 'Specta', '~> 0.2.1'
pod 'Expecta'
end
12 changes: 3 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
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:
TUSKit:
:path: ../

SPEC CHECKSUMS:
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
Specta: 15a276a6343867b426d5ed135d5aa4d04123a573
TUSKit: 605fd16da938ce659e1dc0e68b2a3029f8a33e75
TUSKit: fb50aa6e1e6d25b2dbe6b07863d8b01acfee5656

PODFILE CHECKSUM: 4fbaeb860281a790df78fb9bebdafbcc041d57de
PODFILE CHECKSUM: f328d9ebaab951bf22e19ac2e19a7342567c45f8

COCOAPODS: 1.2.1
2 changes: 1 addition & 1 deletion TUSKit.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 245d267

Please sign in to comment.