[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / 5 / RxSwiftDo / 1.2.1 / RxSwiftDo.podspec.json
blobb22c6a5e837e3f6f3c542dd8629ff25a16017ebb
2   "name": "RxSwiftDo",
3   "version": "1.2.1",
4   "summary": "RxSwiftDo can use Obserable.do simply",
5   "homepage": "https://github.com/tokijh/RxSwiftDo",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "tokijh": "tokijh@naver.com"
12   },
13   "source": {
14     "git": "https://github.com/tokijh/RxSwiftDo.git",
15     "tag": "1.2.1"
16   },
17   "swift_version": "4.2",
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.9",
28     "tvos": "9.0",
29     "watchos": "2.0"
30   }