[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 1 / 0 / RxSwiftExpansion / 0.1.0 / RxSwiftExpansion.podspec.json
blob043620b3a3d8dc2e11028fe979912588c834d1b1
2   "name": "RxSwiftExpansion",
3   "version": "0.1.0",
4   "summary": "Expansion pack for RxSwift/Cocoa",
5   "description": "The expansion adds various types of specialized observable/driver for convenience uses.\nand helper functions to help adopter acheiving shorter and more readable rx code.",
6   "homepage": "https://github.com/myste1tainn/RxSwiftExpansion",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "myste1tainn": "a.keereena@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/myste1tainn/RxSwiftExpansion.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxSwiftExpansion/RxSwift/**/*",
22   "swift_version": "4.2",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.3.0"
26     ],
27     "SwiftExpansion": [
28       "~> 0.1.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "RxCocoa",
34       "source_files": "RxSwiftExpansion/RxCocoa/**/*",
35       "dependencies": {
36         "RxCocoa": [
37           "~> 4.3.0"
38         ]
39       }
40     }
41   ]