Skip to content

Commit 1ae1716

Browse files
author
Stefan Renne
committed
Updated dependancy's
1 parent 6d94760 commit 1ae1716

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# * http://www.objc.io/issue-6/travis-ci.html
33
# * https://github.com/supermarin/xcpretty#usage
44

5-
osx_image: xcode7.3
5+
osx_image: xcode10
66
language: objective-c
77
# cache: cocoapods
88
# podfile: Example/Podfile
99
# before_install:
1010
# - gem install cocoapods # Since Travis is not always on latest version
1111
# - pod install --project-directory=Example
1212
script:
13-
- set -o pipefail && xcodebuild test -workspace Example/AssetsPickerViewController.xcworkspace -scheme AssetsPickerViewController-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -workspace Example/AssetsPickerViewController.xcworkspace -scheme AssetsPickerViewController-Example -sdk iphonesimulator12.0 ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

AssetsPickerViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'AssetsPickerViewController'
11-
s.version = '3.0.0'
11+
s.version = '2.5.0'
1212
s.summary = 'Picker controller that supports multiple photos and videos written in Swift.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -40,7 +40,7 @@ Fully customizable UI.
4040
# s.public_header_files = 'Pod/Classes/**/*.h'
4141
# s.frameworks = 'UIKit', 'MapKit'
4242
s.dependency 'PureLayout'
43-
s.dependency 'Dimmer', '~> 3.0'
43+
s.dependency 'Dimmer', '~> 2.1'
4444
s.dependency 'FadeView', '~> 2.0'
4545
s.dependency 'TinyLog', '~> 2.0'
4646
s.dependency 'SwiftARGB', '~> 2.0'

0 commit comments

Comments
 (0)