Skip to content

Commit

Permalink
change tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bari authored and Bari committed Apr 30, 2019
1 parent babefa5 commit 38872f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TableTie.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TableTie"
s.version = "1.0.4"
s.version = "1.0.5"
s.summary = "A simple, generic way to populate a UITableView with data."
s.description = <<-DESC
TableTie provides generic implementations for UITableViewDelegate and UITableViewDataSource, which greatly simplifies the code for UITableView setup.
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Vladimir Kofman" => "vladimir@kofman.com" }
s.social_media_url = "http://twitter.com/VladimirK"
s.source = { :git => "https://github.com/vladimirkofman/TableTie.git", :tag => "v1.0.4" }
s.source = { :git => "https://github.com/vladimirkofman/TableTie.git", :tag => "v1.0.5" }
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'TableTie/**/*.swift'
Expand Down

0 comments on commit 38872f1

Please sign in to comment.