add KeyboardMan.podspec

This commit is contained in:
nixzhu
2015-07-26 15:19:14 +08:00
parent 60a98a5581
commit 404f6800c0
+7
View File
@@ -0,0 +1,7 @@
Pod::Spec.new do |p|
p.name = 'KeyboardMan'
p.version = '0.2'
p.platform = :ios
p.source = { :git => 'https://github.com/nixzhu/KeyboardMan.git' }
p.source_files = 'KeyboardMan/*.swift'
end