blob: aa2f054aba8cae70fdb846e30b4f9bb7bca50995 [file] [log] [blame]
{
"name": "RxGesture",
"version": "0.1.4",
"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/icanzilb/RxGesture",
"license": "MIT",
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/icanzilb/RxGesture.git",
"tag": "0.1.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.3",
"osx": "10.10"
},
"source_files": "Pod/Classes/RxGesture.swift",
"ios": {
"source_files": "Pod/Classes/iOS/*.swift"
},
"osx": {
"source_files": "Pod/Classes/OSX/*.swift"
},
"dependencies": {
"RxCocoa": [
"~> 2.3.1"
]
}
}