Created
September 29, 2014 09:53
-
-
Save guillaumealgis/71c6f85c3a78dd79ba6e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"name": "IQKeyboardManager", | |
"version": "3.2.0", | |
"summary": "Keyboard TextField Manager", | |
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager", | |
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/KeyboardTextFieldDemo/Screenshot/IQKeyboardManagerScreenshot.png", | |
"license": "MIT", | |
"authors": { | |
"Iftekhar Qurashi": "[email protected]" | |
}, | |
"platforms": { | |
"ios": "5.0" | |
}, | |
"source": { | |
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git", | |
"branch": "master" | |
}, | |
"source_files": [ | |
"Classes", | |
"IQKeyBoardManager/*.{h,m}" | |
], | |
"resources": "IQKeyBoardManager/IQKeyboardManager.bundle", | |
"requires_arc": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment