Skip to content

Commit

Permalink
1.0.0 podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Quintana committed Aug 7, 2015
1 parent fca1def commit 13fdca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 = "0.0.2"
s.summary = "Collection of completely customizable loaders based in custom CGPaths"
s.version = "1.0.0"
s.summary = "Collection of 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 => "0.0.2" }
s.source = { :git => "https://github.com/poolqf/FillableLoaders.git", :tag => "1.0.0" }
s.platform = :ios, '8.0'
s.source_files = 'Source'
s.frameworks = 'UIKit'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PQFFillableLoaders

####Collection of completely customizable progress based loaders based in custom `CGPath`s written in Swift
####Collection of completely customizable progress based loaders drawn using custom `CGPath`s written in Swift

<p align="center">
<img src="Images/waves.gif" height="120px"/>
Expand Down

0 comments on commit 13fdca1

Please sign in to comment.