blob: d691ef9046b796417a152528827889724c97774b [file] [log] [blame]
{
"name": "KeyboardResponder",
"version": "0.1.5",
"license": {
"type": "MIT"
},
"summary": "Easy navigation between UITextFields and UITextViews.",
"homepage": "https://github.com/thedistance",
"authors": {
"The Distance": "dev@thedistance.co.uk"
},
"source": {
"git": "https://bitbucket.org/thedistance/keyboardresponder.git",
"tag": "0.1.5"
},
"swift_version": "4.2",
"dependencies": {
"TheDistanceCore": [
]
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"KeyboardResponder/Classes/**/*.swift",
"KeyboardResponder/Extensions/**/*.swift",
"KeyboardResponder/Protocols/**/*.swift"
],
"requires_arc": true
}