Pod::Spec.new do |s| s.name = "IQKeyboardManager" s.version = "3.3.3.1" s.summary = "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView." s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager" s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png" s.license = 'MIT' s.author = { "Iftekhar Qurashi" => "hack.iftekhar@gmail.com" } s.platform = :ios, '5.0' s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.3.1" } s.source_files = 'Classes', 'IQKeyBoardManager/**/*.{h,m}' s.resources = "IQKeyBoardManager/Resources/IQKeyboardManager.bundle" s.requires_arc = true end