Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
domness committed Nov 3, 2013
1 parent 0af0888 commit c8cbf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DWTagList.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "DWTagList"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "Create a list of tags from an NSArray to be show in a view with customisable fonts, colors etc."
s.homepage = "https://github.com/domness/DWTagList"
s.license = 'MIT'
s.author = { "Dominic Wroblewski" => "domness@gmail.com" }
s.source = { :git => "https://github.com/domness/DWTagList.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/domness/DWTagList.git", :tag => "0.0.3" }
s.platform = :ios, '5.0'
s.source_files = 'DWTagList/Classes/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit c8cbf84

Please sign in to comment.