blob: 02764665a7f6036d5a7b3596ba923d3970e3ccb5 [file] [log] [blame]
{
"name": "BxGesture",
"version": "1.0.15",
"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.15"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxGesture/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxGesture": [
"~> 1.2"
]
},
"frameworks": "UIKit"
}