blob: d2e976cbe4ae336f4d44cde243f6afedccf18324 [file] [log] [blame]
{
"name": "RxGesture",
"version": "0.2.0",
"summary": "RxSwfit reactive wrapper for view gestures.",
"description": "RxSwfit 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"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxGesture.git",
"tag": "0.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.3",
"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.0.0"
],
"RxCocoa": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}