Fastfile: Updated Podspec version.

This commit is contained in:
Travis CI 2020-03-14 17:27:19 +00:00 committed by Jonathan Cardasis
parent 9a3e08e0f7
commit 8730eef643
3 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ before_install:
- git config --global user.email "travis@travis-ci.org"
- git config --global user.name "Travis CI"
- git remote set-url origin https://joncardasis:${GH_TOKEN}@github.com/joncardasis/ChromaColorpicker.git > /dev/null 2>&1
- echo "*** ${GH_TOKEN}"
install:
- bundle install
jobs:

Binary file not shown.

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChromaColorPicker"
s.version = "2.0.2"
s.version = "2.0.0"
s.summary = "An intuitive iOS color picker built in Swift."
s.swift_version = '5.0'