[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / f / RxTapAction / 0.1 / RxTapAction.podspec.json
blob0e76855c2f7ccb6d3002041bb847b6466fe44d44
2   "name": "RxTapAction",
3   "version": "0.1",
4   "summary": "Reactive extensions for adding tap action gesture.",
5   "description": "Reactive extensions for adding tap action gesture to UIView or UICollectionView.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxTapAction",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/RxSwiftCommunity/RxTapAction.git",
16     "tag": "0.1"
17   },
18   "requires_arc": true,
19   "source_files": "RxTapAction/Classes/**/*",
20   "dependencies": {
21     "RxSwift": [
23     ],
24     "RxCocoa": [
26     ],
27     "RxGesture": [
29     ]
30   },
31   "platforms": {
32     "ios": "9.0"
33   }