-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pod for IQKeyboardManagerSwift, closed #236
Former-commit-id: f2f7778
- Loading branch information
1 parent
d16ea33
commit 2798b98
Showing
3 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "IQKeyboardManagerSwift" | ||
s.version = "3.3.0" | ||
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, '8.0' | ||
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.3.0" } | ||
s.source_files = 'Classes', 'IQKeyboardManagerSwift/**/*.{swift}' | ||
s.resources = "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle" | ||
s.requires_arc = true | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters