Skip to content

Commit

Permalink
0.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Quintana committed Aug 3, 2015
1 parent 339ff12 commit cb18bdc
Showing 1 changed file with 2 additions and 2 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 = "0.0.1"
s.version = "0.0.2"
s.summary = "Collection of completely customizable loaders based in 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.1" }
s.source = { :git => "https://github.com/poolqf/FillableLoaders.git", :tag => "0.0.2" }
s.platform = :ios, '8.0'
s.source_files = 'Source'
s.frameworks = 'UIKit'
Expand Down

0 comments on commit cb18bdc

Please sign in to comment.