Skip to content

Commit

Permalink
Updated to v3.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Oct 29, 2014
1 parent 4eacf21 commit 85df29d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions IQKeyboardManager.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "IQKeyboardManager"
s.version = "3.2.0"
s.version = "3.2.0.2"
s.summary = "Keyboard TextField Manager"
s.homepage = "https://github.com/hackiftekhar/IQKeyboardManager"
s.screenshots = "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/KeyboardTextFieldDemo/Screenshot/IQKeyboardManagerScreenshot.png"
s.license = 'MIT'
s.author = { "Iftekhar Qurashi" => "[email protected]" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.2.0" }
s.source_files = 'Classes', 'IQKeyBoardManager/*.{h,m}'
s.resources = "IQKeyBoardManager/IQKeyboardManager.bundle"
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v3.2.0.2" }
s.source_files = 'Classes', 'IQKeyBoardManager/*.{h,m}, 'IQKeyBoardManager/**/*.{h,m}’
s.resources = "IQKeyBoardManager/Resources/IQKeyboardManager.bundle"
s.requires_arc = true
end
Binary file modified KeyboardTextFieldDemo/.DS_Store
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.2.0.1</string>
<string>3.2.0.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Minimum Xcode Version: Xcode 6.0
Installation
==========================

#### Cocoapod:-
#### Cocoapod Method:-

IQKeyboardManager is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile: ([#9](https://github.com/hackiftekhar/IQKeyboardManager/issues/9))

pod 'IQKeyboardManager'

#### Framework:-
#### Framework Method:-

**Step1:-** Link project against `KeyboardManager.framework` found in "IQKeyboardManager Framework" directory.

Expand All @@ -54,7 +54,7 @@ If you need to port your project to another location you may need to adjust `Fra
[Adding Linker Flag](http://docs.millennialmedia.com/iOS-SDK/iOSAddingLinkerFlag.html)


#### Source Code:-
#### Source Code Method:-

Just drag and drop `IQKeyBoardManager` directory from demo project to your project. That's it. No need to write any single line of code. It will enable automatically.

Expand Down

0 comments on commit 85df29d

Please sign in to comment.