Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cocoapods-downloader from 1.3.0 to 1.6.3 #96

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
- v2-dep-master-
- v2-dep-

- run:
name: Update ruby and cocoapods
command: |
sudo gem install cocoapods
sudo gem cleanup
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf

- run:
name: Carthage
command: |
Expand Down
1 change: 1 addition & 0 deletions Demo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# platform :ios, '8.0'
# Uncomment this line if you're using Swift

source 'https://cdn.cocoapods.org/'

use_frameworks!

Expand Down
11 changes: 6 additions & 5 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Nimble (9.2.0)
- "NSObject+Rx (5.2.1)":
- "NSObject+Rx (5.2.2)":
- RxSwift (~> 6.2)
- Quick (4.0.0)
- RxSwift (6.2.0)
Expand All @@ -12,9 +12,10 @@ DEPENDENCIES:
- RxSwift

SPEC REPOS:
trunk:
https://cdn.cocoapods.org/:
- Nimble
- Quick
https://github.com/CocoaPods/Specs.git:
- RxSwift

EXTERNAL SOURCES:
Expand All @@ -23,10 +24,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Nimble: 4f4a345c80b503b3ea13606a4f98405974ee4d0b
"NSObject+Rx": df815eefb83461478f9d548d0b94130d8447c928
"NSObject+Rx": 61cf1f7306a73dcef8b36649198af0813ec18dfd
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f

PODFILE CHECKSUM: 4f420ecd33a82075e360098bbed0ccaadfeb1728
PODFILE CHECKSUM: 0789d23376d889ec9c3beafda83771330ad2ccf4

COCOAPODS: 1.10.1
COCOAPODS: 1.11.3
Loading