Skip to content

Commit

Permalink
Updated dependancy's
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Renne committed Oct 12, 2018
1 parent 6d94760 commit 1ae1716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,13 +2,13 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode7.3
osx_image: xcode10
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/AssetsPickerViewController.xcworkspace -scheme AssetsPickerViewController-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/AssetsPickerViewController.xcworkspace -scheme AssetsPickerViewController-Example -sdk iphonesimulator12.0 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
4 changes: 2 additions & 2 deletions AssetsPickerViewController.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AssetsPickerViewController'
s.version = '3.0.0'
s.version = '2.5.0'
s.summary = 'Picker controller that supports multiple photos and videos written in Swift.'

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

0 comments on commit 1ae1716

Please sign in to comment.