This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updates VimeoNetworking version in podfile - Runs pod install
- Loading branch information
Nicole Lehrer
committed
Aug 29, 2018
1 parent
6134842
commit 8f6cf0f
Showing
3 changed files
with
9 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.