[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 5 / RxSwiftExtensions / 1.2.1 / RxSwiftExtensions.podspec.json
blobf72fa8f707761debf3c2030ce1c8a526ff8cf36b
2   "name": "RxSwiftExtensions",
3   "version": "1.2.1",
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.2.1"
16   },
17   "swift_version": "4.2",
18   "source_files": "RxSwiftExtensions/**/*.swift",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "RxSwift": [
22       ">= 4.3"
23     ],
24     "RxCocoa": [
25       ">= 4.3"
26     ],
27     "RxOptional": [
28       ">= 3.5"
29     ],
30     "RxViewController": [
32     ]
33   },
34   "platforms": {
35     "ios": "8.0"
36   }