[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / b / c / 5 / RxSwiftDo / 1.2 / RxSwiftDo.podspec.json
blob9abc00f597ce2ef068ca47a05103fe9402430623
2   "name": "RxSwiftDo",
3   "version": "1.2",
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"
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   }