New Pod - KLHorizontalSelect, KLNoteViewController

This commit is contained in:
Kieran
2013-01-10 01:47:10 -05:00
parent d1723cd2ca
commit 8201e33a3a
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "KLNoteViewController"
s.version = "0.0.1"
s.platform = :ios, '5.0'
s.summary = "A control that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app"
s.homepage = "http://www.cocoacontrols.com/platforms/ios/controls/klnoteviewcontroller"
s.license = 'Apache 2.0'
s.author = { "Kieran Lafferty" => "kieran.lafferty@gmail.com"}
s.source = { :git => "https://github.com/KieranLafferty/KLNoteViewController.git", :commit => "d6ff5b12b46ec1be3d75157faa197661fb7d57a3" }
s.source_files = 'Classes/*.{h,m}'
s.requires_arc = true
end