Skip to content

Commit

Permalink
Bump adutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Gallet committed Dec 10, 2020
1 parent b94f4e5 commit 9831beb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- name: Bundle install
run: bundle install
- name: Set ruby version
run: RUBY_VERSION=$(~/.rbenv/plugins/rbenv-bundler-ruby-version/bin/rbenv-bundler-ruby-version) && rbenv install -s $RUBY_VERSION
- name: Install bundler
run: gem install bundler
- name: Pod install
run: bundle exec pod install
- name: Build and test
Expand Down
2 changes: 1 addition & 1 deletion ADNavigationBarExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.source_files = 'NavigationBarExtension/Classes/**/*'

s.frameworks = 'UIKit'
s.dependency 'ADUtils', '~> 10.1'
s.dependency 'ADUtils', '~> 11.0'
end
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '11.0'

target 'NavigationBarExtension_Example' do
pod 'ADNavigationBarExtension', :path => './'
pod 'ADUtils', '~> 10.1'
pod 'ADUtils', '~> 11.0'
pod 'SwiftLint', '~> 0.39.1'

target 'NavigationBarExtension_Tests' do
Expand Down
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- ADNavigationBarExtension (1.0.0):
- ADUtils (~> 10.1)
- ADUtils (10.1.0):
- ADUtils/objc (= 10.1.0)
- ADUtils/objc (10.1.0):
- ADUtils (~> 11.0)
- ADUtils (11.0.0):
- ADUtils/objc (= 11.0.0)
- ADUtils/objc (11.0.0):
- ADUtils/Swift
- ADUtils/Swift (10.1.0)
- ADUtils/Swift (11.0.0)
- SwiftLint (0.39.2)

DEPENDENCIES:
- ADNavigationBarExtension (from `./`)
- ADUtils (~> 10.1)
- ADUtils (~> 11.0)
- SwiftLint (~> 0.39.1)

SPEC REPOS:
Expand All @@ -23,10 +23,10 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
ADNavigationBarExtension: fd112ff41a07f872a7396d3998ac50ccfe0ae68b
ADUtils: a88c87c869e8166f3ebdb9523b6940936f7c819a
ADNavigationBarExtension: 8fb99087e2fb26d9884bec2cb86b96eb38d5aa32
ADUtils: 5f5f1ad7a097dcf7104f9c160bc23a30d7943eb8
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447

PODFILE CHECKSUM: 1b201e7fe3b5c6a52049e213c8e739b46201e30c
PODFILE CHECKSUM: 680a1e183edb00544c8954221900e5976c9977fe

COCOAPODS: 1.8.3

0 comments on commit 9831beb

Please sign in to comment.