blob: ed8a5faa9ad5d99870ae24d2ab19549d54345b70 [file] [log] [blame]
{
"name": "RxGesture",
"version": "3.0.1",
"summary": "RxSwift reactive wrapper for view gestures.",
"swift_versions": "5.0",
"description": "RxSwift reactive wrapper for view gestures. It lets you to easily observe\na single gesture like tap or a custom group of gestures on a view. You can\ncombine taps, presses, or swipes in any direction",
"homepage": "https://github.com/RxSwiftCommunity/RxGesture",
"license": "MIT",
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com",
"Jérôme Alves": "j.alves@me.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxGesture.git",
"tag": "3.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Pod/Classes/*.swift",
"ios": {
"source_files": "Pod/Classes/iOS/*.swift"
},
"osx": {
"source_files": "Pod/Classes/OSX/*.swift"
},
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}