blob: a628a42eab7eae56e73260e76913ff2fb31113b1 [file] [log] [blame]
{
"name": "RxTapAction",
"version": "0.1.1",
"summary": "Reactive extensions for adding tap action gesture.",
"description": "Reactive extensions for adding tap action gesture to UIView or UICollectionView.",
"homepage": "https://github.com/RxSwiftCommunity/RxTapAction",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxTapAction.git",
"tag": "0.1.1"
},
"requires_arc": true,
"source_files": "RxTapAction/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxGesture": [
"~> 3"
]
},
"platforms": {
"ios": "9.0"
}
}