[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / 5 / RxSwiftDo / 1.1 / RxSwiftDo.podspec.json
blob7ed09988ab21d1fab81ec473a5b2e8829832fe5b
2   "name": "RxSwiftDo",
3   "version": "1.1",
4   "swift_version": "4.0",
5   "summary": "Combine events in RxSwift `do` function simply",
6   "homepage": "https://github.com/tokijh/RxSwiftDo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tokijh": "tokijh@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/tokijh/RxSwiftDo.git",
16     "tag": "1.1"
17   },
18   "source_files": "Source/*swift",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "RxSwift": [
22       ">= 4.0.0"
23     ]
24   },
25   "platforms": {
26     "ios": "8.0",
27     "osx": "10.11",
28     "tvos": "9.0",
29     "watchos": "2.0"
30   }