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
Nicole Lehrer committed Aug 29, 2018
1 parent 6134842 commit 8f6cf0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 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', :git => '[email protected]:vimeo/VimeoNetworking.git', :branch => 'develop'
pod 'VimeoNetworking', '3.2.0'
project 'Framework/VimeoUpload/VimeoUpload.xcodeproj'
end

target :'VimeoUpload-iOS' do
platform :ios, '8.0'
use_frameworks!
pod 'VimeoNetworking', :git => '[email protected]:vimeo/VimeoNetworking.git', :branch => 'develop'
pod 'VimeoNetworking', '3.2.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', :git => '[email protected]:vimeo/VimeoNetworking.git', :branch => 'develop'
pod 'VimeoNetworking', '3.2.0'
project 'Examples/VimeoUpload-iOS-OldUpload/VimeoUpload-iOS-OldUpload.xcodeproj'

target "VimeoUpload-iOS-OldUploadTests" do
Expand Down
15 changes: 3 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,17 @@ PODS:
- AFNetworking (= 3.1.0)

DEPENDENCIES:
- "VimeoNetworking (from `[email protected]:vimeo/VimeoNetworking.git`, branch `develop`)"
- VimeoNetworking (= 3.2.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- AFNetworking

EXTERNAL SOURCES:
VimeoNetworking:
:branch: develop
:git: "[email protected]:vimeo/VimeoNetworking.git"

CHECKOUT OPTIONS:
VimeoNetworking:
:commit: 395710a68cb5c81a2089de94fb3b7fe28bf4c210
:git: "[email protected]:vimeo/VimeoNetworking.git"
- VimeoNetworking

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
VimeoNetworking: cef00b867495a61e9b5e10f5a6b309d82a200c02

PODFILE CHECKSUM: dd1c01077873d3593d24f554a22b00f665c04b49
PODFILE CHECKSUM: 6844fc4be4eae4ef4c674b4611109fa9292f4a36

COCOAPODS: 1.5.2
15 changes: 3 additions & 12 deletions Pods/Manifest.lock

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

0 comments on commit 8f6cf0f

Please sign in to comment.