[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / c / 0 / 5 / RxSwiftExtensions / 1.1.3 / RxSwiftExtensions.podspec.json
blob7db8b4dd2dd4a27c3fa36ffb639c127ee3f80abd
2   "name": "RxSwiftExtensions",
3   "version": "1.1.3",
4   "summary": "Frequently used extensoins in RxSwift",
5   "homepage": "https://github.com/tokijh/RxSwiftExtensions",
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/RxSwiftExtensions.git",
15     "tag": "1.1.3"
16   },
17   "swift_version": "4.2",
18   "source_files": "RxSwiftExtensions/**/*.swift",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "RxSwift": [
22       ">= 4.0"
23     ],
24     "RxCocoa": [
25       ">= 4.0"
26     ],
27     "RxOptional": [
28       ">= 3.5"
29     ],
30     "RxViewController": [
32     ]
33   },
34   "platforms": {
35     "ios": "8.0"
36   }