Skip to content

Commit

Permalink
[Update] TableViewKit (0.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndleon09 committed Nov 2, 2016
1 parent 5594284 commit 3baa1ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TableViewKit/0.9.0/TableViewKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "TableViewKit"
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 = "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"
s.framework = "UIKit", "Foundation"
s.requires_arc = true
end

0 comments on commit 3baa1ab

Please sign in to comment.