blob: 7b5b26f364172efc565a14ecbe9a2f630a09fc82 [file] [log] [blame]
{
"name": "NgKeyboardTracker",
"version": "1.0",
"summary": "Objective-c library for tracking keyboard in iOS apps.",
"homepage": "https://github.com/meiwin/NgKeyboardTracker",
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/ngkeyboardtracker.git",
"tag": "v1.0"
},
"source_files": "NgKeyboardTracker/**/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}