blob: 5b8a8e6de8a9636b3a1913ab601291070c65d44f [file] [log] [blame]
{
"name": "NgKeyboardTracker",
"version": "1.0.6",
"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.6"
},
"source_files": "NgKeyboardTracker/**/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}