[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / c / 0 / 5 / RxSwiftExtensions / 1.1.2 / RxSwiftExtensions.podspec.json
blobb6fc91214e5f27572a1b9eba8e4841d7e2d06950
2   "name": "RxSwiftExtensions",
3   "version": "1.1.2",
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.2"
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   },
31   "platforms": {
32     "ios": "8.0",
33     "tvos": "9.0"
34   }