From 9bff372bbd475c646aff58ab43ecc06f47c46746 Mon Sep 17 00:00:00 2001 From: Pol Quintana Date: Wed, 28 Oct 2015 22:36:24 +0100 Subject: [PATCH] 1.2.4 podspec --- FillableLoaders.podspec | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FillableLoaders.podspec b/FillableLoaders.podspec index dd5ca63..80e2154 100644 --- a/FillableLoaders.podspec +++ b/FillableLoaders.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "FillableLoaders" - s.version = "1.2.3" + s.version = "1.2.4" s.summary = "Completely customizable progress based loaders drawn using custom CGPaths" s.homepage = "https://github.com/poolqf/FillableLoaders" s.license = 'MIT' s.author = "Pol Quintana" - s.source = { :git => "https://github.com/poolqf/FillableLoaders.git", :tag => "1.2.3" } + s.source = { :git => "https://github.com/poolqf/FillableLoaders.git", :tag => "1.2.4" } s.platform = :ios, '8.0' s.source_files = 'Source' s.frameworks = 'UIKit' diff --git a/README.md b/README.md index 6445fc0..bcab29e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![](https://img.shields.io/badge/language-swift-blue.svg) -![](https://img.shields.io/badge/version-1.2.3-red.svg) +![](https://img.shields.io/badge/version-1.2.4-red.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) # FillableLoaders @@ -44,7 +44,7 @@ Rounded

###Changelog: -- __1.2.3__ (28 Oct 2015) +- __1.2.4__ (28 Oct 2015) - Fixing issue when showing loader after removing it - __1.2.2__ (27 Oct 2015) - Precompiled framework using Xcode 7.1 @@ -162,12 +162,12 @@ Height of the spike ``` use_frameworks! -pod 'FillableLoaders', '~>1.2.3' +pod 'FillableLoaders', '~>1.2.4' ``` ####• Carthage ``` -github "poolqf/FillableLoaders" ~> "1.2.3" +github "poolqf/FillableLoaders" ~> "1.2.4" ``` ###How to create my own CGPath?