Skip to content
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
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
# * https://github.com/supermarin/xcpretty#usage

language: objective-c
osx_image: xcode10
osx_image: xcode10.2
# cache: cocoapods
# podfile: Example/Podfile

before_install:
- gem install cocoapods -v 1.1.1
- gem install cocoapods --no-document --quiet
- pod repo update
- pod install --project-directory=Example

script:
Expand Down
4 changes: 2 additions & 2 deletions Example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'cocoapods', '1.2.0'
gem 'cocoapods-deintegrate', '1.0.1'
gem 'cocoapods', '1.7.0'
gem 'cocoapods-deintegrate', '1.0.4'
87 changes: 44 additions & 43 deletions Example/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,76 +1,77 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
activesupport (4.2.7.1)
CFPropertyList (3.0.0)
activesupport (4.2.11)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (1.0.1)
cocoapods (1.2.0)
atomos (0.1.3)
claide (1.0.2)
cocoapods (1.7.0)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0)
cocoapods-core (= 1.2.0)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.7.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.1.2, < 2.0)
cocoapods-trunk (>= 1.3.1, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored (~> 1.2)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
fourflusher (>= 2.2.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.5.5)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 0.2.5)
xcodeproj (>= 1.4.1, < 2.0)
cocoapods-core (1.2.0)
activesupport (>= 4.0.2, < 5)
ruby-macho (~> 1.4)
xcodeproj (>= 1.8.2, < 2.0)
cocoapods-core (1.7.0)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.1)
cocoapods-downloader (1.1.3)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.2.2)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.1.2)
cocoapods-stats (1.1.0)
cocoapods-trunk (1.3.1)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored (1.2)
colored2 (3.1.2)
concurrent-ruby (1.1.5)
escape (0.0.4)
fourflusher (2.0.1)
fourflusher (2.2.0)
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
i18n (0.8.0)
json (1.8.3)
minitest (5.10.1)
molinillo (0.5.6)
nanaimo (0.2.3)
gh_inspector (1.1.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
molinillo (0.6.6)
nanaimo (0.2.6)
nap (1.1.0)
netrc (0.7.8)
ruby-macho (0.2.6)
thread_safe (0.3.5)
tzinfo (1.2.2)
netrc (0.11.0)
ruby-macho (1.4.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
xcodeproj (1.4.2)
CFPropertyList (~> 2.3.3)
activesupport (>= 3)
claide (>= 1.0.1, < 2.0)
colored (~> 1.2)
nanaimo (~> 0.2.3)
xcodeproj (1.9.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.6)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (= 1.2.0)
cocoapods-deintegrate (= 1.0.1)
cocoapods (= 1.7.0)
cocoapods-deintegrate (= 1.0.4)

BUNDLED WITH
1.14.4
1.16.2
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
platform :ios, '9.0'
use_frameworks!

target 'YoshiExample' do
pod "Instabug", '5.2.4'
pod "Instabug", '8.4.0'
pod "Yoshi", :path => "../", :subspecs => ['QAKit']
end
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Instabug (5.2.4)
- Instabug (8.4)
- Yoshi/Core (3.0.0)
- Yoshi/QAKit (3.0.0):
- Yoshi/Core

DEPENDENCIES:
- Instabug (= 5.2.4)
- Instabug (= 8.4.0)
- Yoshi/QAKit (from `../`)

SPEC REPOS:
Expand All @@ -17,9 +17,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Instabug: 6fa40a5e2a4620f0589dfc8e4e01b1018c8c42b1
Yoshi: f681e9474a3d0aa8ec7ec935c579f52c2d00a360
Instabug: 239a5252f9631054eadca55209598fdece82378e
Yoshi: 46935b08ce44f7db04508237c00a87e7bec8c6a8

PODFILE CHECKSUM: 6937f5f3704e17fb013434d20f6bd261b2e48f51
PODFILE CHECKSUM: 76f621644a9c4a867a3808ab14d80d7fa58ee9f0

COCOAPODS: 1.5.3
COCOAPODS: 1.7.0
Loading