From 2dbf731599cde8667e2bdedc26f0ae52478763e9 Mon Sep 17 00:00:00 2001 From: Joefrey Kibuule Date: Wed, 4 Feb 2015 23:06:37 -0600 Subject: [PATCH] Don't install latest cocoapods in travis-ci --- .travis.yml | 2 +- JSKTimerView.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bbeea3..8378070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: objective-c # cache: cocoapods podfile: Example/Podfile before_install: -- gem install cocoapods # Since Travis is not always on latest version +# - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example install: - gem install xcpretty --no-rdoc --no-ri --no-document --quiet diff --git a/JSKTimerView.podspec b/JSKTimerView.podspec index eb4cc93..715f740 100644 --- a/JSKTimerView.podspec +++ b/JSKTimerView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JSKTimerView" - s.version = "0.1.5" + s.version = "0.1.6" s.summary = "A simple custom UIView that acts as a self-contained, animating timer." s.homepage = "https://github.com/jeffkibuule/JSKTimerView" s.screenshots = ['https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot0.png', 'https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot1.png', 'https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot2.png', 'https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot3.png']