blob: fa1e5402c5839785c788b918f41f724fa8b57a13 [file] [log] [blame]
{
"name": "KeyboardResponder",
"version": "0.1.4",
"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.4"
},
"dependencies": {
"TZStackView": [
],
"TheDistanceCore": [
]
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"KeyboardResponder/Classes/**/*.swift",
"KeyboardResponder/Extensions/**/*.swift",
"KeyboardResponder/Protocols/**/*.swift"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}