Skip to content

Commit

Permalink
1.2.4 podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Quintana committed Oct 28, 2015
1 parent c68cad4 commit 9bff372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FillableLoaders.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -44,7 +44,7 @@ Rounded
</p>

###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
Expand Down Expand Up @@ -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?
Expand Down

0 comments on commit 9bff372

Please sign in to comment.