blob: 4ffa0805bd3c39bb6022eea736d20b86fee487c4 [file] [log] [blame]
{
"name": "YTFKeyboardCorrector",
"platforms": {
"ios": null
},
"version": "0.1",
"license": "MIT",
"summary": "Corrector for keyboard used in iOS.",
"homepage": "https://github.com/yetithefoot/YTFKeyboardCorrector",
"authors": {
"YetiTheFoot": "reg.yeti@gmail.com"
},
"source": {
"git": "https://github.com/yetithefoot/YTFKeyboardCorrector.git",
"tag": "0.1"
},
"source_files": "YTFKeyboardCorrector",
"requires_arc": false,
"frameworks": [
"UIKit",
"Foundation"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>"
]
}