blob: 11d86dd7a43fdd97c839a764775a771e5a3b2f68 [file] [log] [blame]
{
"name": "RxGesture",
"version": "1.1.1",
"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": "1.1.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": [
"~> 3.6"
],
"RxCocoa": [
"~> 3.6"
]
},
"pushed_with_swift_version": "3.0"
}