Added MNStaticTableViewController

This commit is contained in:
Marc Nijdam
2013-02-13 18:48:09 -08:00
parent 09535b176d
commit e487644b1e
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "MNStaticTableViewController"
s.version = "1.0.0"
s.summary = "MNStaticTableViewController is a UITableViewController optimized for creating a tableview with static sections."
s.homepage = "https://github.com/madninja/MNStaticTableViewController"
s.license = {
:type => 'BSD',
:file => 'LICENSE'
}
s.author = {
"Marc Nijdam" => "http://imadjine.com"
}
s.source = {
:git => "https://github.com/madninja/MNStaticTableViewController.git",
:tag => s.version.to_s
}
s.source_files = 'MNStaticTableViewController/MNStaticTableViewController.{h,m}'
s.requires_arc = true
s.platform = :ios, '5.0'
end