blob: d6699d94feb27e38707148ec6b8fa613a2e5148c [file] [log] [blame]
{
"name": "GreedKeyboardManager",
"version": "0.0.2",
"summary": "A solution for updating UIScrollView out of the the keyboard.",
"homepage": "https://github.com/greedlab/GreedKeyboardManager",
"license": "MIT",
"authors": {
"Bell": "bell@greedlab.com"
},
"source": {
"git": "https://github.com/greedlab/GreedKeyboardManager.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"prefix_header_file": "Pod/Classes/GreedKeyboardManager.pch",
"frameworks": [
"UIKit",
"Foundation"
]
}