blob: 33a15a07373412da5520bbcb49e98257847f753e [file] [log] [blame]
{
"name": "BxGesture",
"version": "2.0.0",
"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": "2.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxGesture/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxGesture": [
"~> 2.0"
]
},
"frameworks": "UIKit"
}