Skip to content

Commit

Permalink
Merge pull request CocoaPods#10439 from k06a/master
Browse files Browse the repository at this point in the history
ABStaticTableViewController updated to 1.0.1
  • Loading branch information
keith committed Apr 12, 2014
2 parents 6f53b59 + 69695ef commit d9c58fc
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "ABStaticTableViewController"
s.version = "1.0.1"
s.summary = "Dynamically hide rows and sections in static UITableView inside UITableViewController."
s.homepage = "https://github.com/k06a/ABStaticTableViewController"
s.license = 'MIT'
s.author = { "Anton Bukov" => "k06aaa@gmail.com" }
s.source = { :git => "https://github.com/k06a/ABStaticTableViewController.git", :tag => '1.0.1' }
s.platform = :ios, '6.0'
s.source_files = '*.{h,m}'
s.requires_arc = true
end

0 comments on commit d9c58fc

Please sign in to comment.