Skip to content

Commit

Permalink
Bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adellibovi committed Sep 15, 2016
1 parent 55e95a8 commit 2e95bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TableViewKit.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "TableViewKit"
s.version = "0.5.0"
s.version = "0.9.0"
s.summary = "Empowering UITableView with painless multi-type cell support and build-in automatic state transition animations"
s.homepage = "http://www.edreamsodigeo.com/"
s.license = "MIT"
s.author = { "iOS Mobile Team" => "[email protected]" }
s.author = "TableViewKit Contributors"
s.ios.deployment_target = "8.0"
s.source = { :git => 'https://github.com/odigeoteam/TableViewKit.git', :tag => "v#{s.version}" }
s.source_files = "TableViewKit/**/*.swift"
Expand Down

0 comments on commit 2e95bb3

Please sign in to comment.