blob: 5d9eea49b3a22cff2b539883715454834ce2bc6f [file] [log] [blame]
{
"name": "RxGesture",
"version": "0.1.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/icanzilb/RxGesture",
"license": "MIT",
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/icanzilb/RxGesture.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/icanzilb",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RxGesture": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}