blob: 8b1dc8f6c1acfe30385d367cae8dbc7102f42329 [file] [log] [blame]
{
"name": "BxGesture",
"version": "1.0.1",
"swift_version": "4.1",
"summary": "An Extension for Missing Gesture Recognizers on iOS in Swift.",
"description": "BxGesture is based on the reactive RxGesture and provides two gesture recognizers missing in UIKit: a touch down recognizer as well as a force touch recognizer.",
"homepage": "https://bxgesture.borchero.com",
"documentation_url": "https://bxgesture.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxGesture.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxGesture/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxGesture": [
"~> 1.2"
]
},
"frameworks": "UIKit"
}