Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Updates networking dependency
Browse files Browse the repository at this point in the history
- Updates VimeoNetworking version in podfile
- Runs pod install
  • Loading branch information
nicolelehrer committed Aug 29, 2018
1 parent 8f6cf0f commit 427dd14
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ project 'Examples/VimeoUpload-iOS-OldUpload/VimeoUpload-iOS-OldUpload.xcodeproj'
target 'VimeoUpload' do
platform :ios, '8.0'
use_frameworks!
pod 'VimeoNetworking', '3.2.0'
pod 'VimeoNetworking', '3.3.0'
project 'Framework/VimeoUpload/VimeoUpload.xcodeproj'
end

target :'VimeoUpload-iOS' do
platform :ios, '8.0'
use_frameworks!
pod 'VimeoNetworking', '3.2.0'
pod 'VimeoNetworking', '3.3.0'
project 'Examples/VimeoUpload-iOS/VimeoUpload-iOS.xcodeproj'

target "VimeoUpload-iOSTests" do
Expand All @@ -24,7 +24,7 @@ end
target :'VimeoUpload-iOS-OldUpload' do
platform :ios, '8.0'
use_frameworks!
pod 'VimeoNetworking', '3.2.0'
pod 'VimeoNetworking', '3.3.0'
project 'Examples/VimeoUpload-iOS-OldUpload/VimeoUpload-iOS-OldUpload.xcodeproj'

target "VimeoUpload-iOS-OldUploadTests" do
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- VimeoNetworking (3.2.0):
- VimeoNetworking (3.3.0):
- AFNetworking (= 3.1.0)

DEPENDENCIES:
- VimeoNetworking (= 3.2.0)
- VimeoNetworking (= 3.3.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -27,8 +27,8 @@ SPEC REPOS:

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
VimeoNetworking: cef00b867495a61e9b5e10f5a6b309d82a200c02
VimeoNetworking: 38e1eb8a06666c3e6321ee9422c573a8e0c861f9

PODFILE CHECKSUM: 6844fc4be4eae4ef4c674b4611109fa9292f4a36
PODFILE CHECKSUM: 3ae75518bbe4d19f3b4a562ffca9b52e64448a4a

COCOAPODS: 1.5.2
8 changes: 4 additions & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/VimeoNetworking/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 427dd14

Please sign in to comment.