File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# * http://www.objc.io/issue-6/travis-ci.html
3
3
# * https://github.com/supermarin/xcpretty#usage
4
4
5
- osx_image : xcode7.3
5
+ osx_image : xcode10
6
6
language : objective-c
7
7
# cache: cocoapods
8
8
# podfile: Example/Podfile
9
9
# before_install:
10
10
# - gem install cocoapods # Since Travis is not always on latest version
11
11
# - pod install --project-directory=Example
12
12
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
14
14
- pod lib lint
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'AssetsPickerViewController'
11
- s . version = '3.0 .0'
11
+ s . version = '2.5 .0'
12
12
s . summary = 'Picker controller that supports multiple photos and videos written in Swift.'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -40,7 +40,7 @@ Fully customizable UI.
40
40
# s.public_header_files = 'Pod/Classes/**/*.h'
41
41
# s.frameworks = 'UIKit', 'MapKit'
42
42
s . dependency 'PureLayout'
43
- s . dependency 'Dimmer' , '~> 3.0 '
43
+ s . dependency 'Dimmer' , '~> 2.1 '
44
44
s . dependency 'FadeView' , '~> 2.0'
45
45
s . dependency 'TinyLog' , '~> 2.0'
46
46
s . dependency 'SwiftARGB' , '~> 2.0'
You can’t perform that action at this time.
0 commit comments