diff --git a/IQKeyboardManager.podspec b/IQKeyboardManager.podspec
index 7623f74a..c859da9c 100644
--- a/IQKeyboardManager.podspec
+++ b/IQKeyboardManager.podspec
@@ -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" => "hack.iftekhar@gmail.com" }
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
diff --git a/KeyboardTextFieldDemo/.DS_Store b/KeyboardTextFieldDemo/.DS_Store
index 124f6c3f..a362eea1 100644
Binary files a/KeyboardTextFieldDemo/.DS_Store and b/KeyboardTextFieldDemo/.DS_Store differ
diff --git a/KeyboardTextFieldDemo/IQKeyboard.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate b/KeyboardTextFieldDemo/IQKeyboard.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate
index 4fc50e13..ed808e1a 100644
Binary files a/KeyboardTextFieldDemo/IQKeyboard.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate and b/KeyboardTextFieldDemo/IQKeyboard.xcodeproj/project.xcworkspace/xcuserdata/iftekhar.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/KeyboardTextFieldDemo/KeyboardTextFieldDemo/IQKeyboard-Info.plist b/KeyboardTextFieldDemo/KeyboardTextFieldDemo/IQKeyboard-Info.plist
index 663be870..cd19b8ac 100755
--- a/KeyboardTextFieldDemo/KeyboardTextFieldDemo/IQKeyboard-Info.plist
+++ b/KeyboardTextFieldDemo/KeyboardTextFieldDemo/IQKeyboard-Info.plist
@@ -26,7 +26,7 @@
CFBundleSignature
????
CFBundleVersion
- 3.2.0.1
+ 3.2.0.2
LSRequiresIPhoneOS
UIMainStoryboardFile
diff --git a/README.md b/README.md
index 8e7e556b..a809ac6e 100644
--- a/README.md
+++ b/README.md
@@ -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.
@@ -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.