blob: 177be19c2c572dd7e1fc88f518e86c3ca6b2340c [file] [log] [blame]
{
"name": "RxGesture",
"version": "2.0.0",
"summary": "RxSwift reactive wrapper for view gestures.",
"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": "2.0.0"
},
"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": [
"~> 4.3.1"
],
"RxCocoa": [
"~> 4.3.1"
]
}
}