Skip to content

Commit

Permalink
Updated podspec to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Quintana committed Oct 27, 2015
1 parent d5562a7 commit 4c966ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1"
s.version = "1.2.2"
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.1" }
s.source = { :git => "https://github.com/poolqf/FillableLoaders.git", :tag => "1.2.2" }
s.platform = :ios, '8.0'
s.source_files = 'Source'
s.frameworks = 'UIKit'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ Height of the spike
```
use_frameworks!
pod 'FillableLoaders', '~>1.2.1'
pod 'FillableLoaders', '~>1.2.2'
```
####• Carthage

```
github "poolqf/FillableLoaders" ~> "1.2.1"
github "poolqf/FillableLoaders" ~> "1.2.2"
```

###How to create my own CGPath?
Expand Down

0 comments on commit 4c966ac

Please sign in to comment.