mirror of
https://github.com/joncardasis/ChromaColorPicker.git
synced 2024-11-22 06:32:06 +03:00
Fastfile: Updated Podspec version.
This commit is contained in:
parent
9a3e08e0f7
commit
8730eef643
@ -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.
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user