[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 1 / 0 / RxSwiftExpansion / 1.0.0 / RxSwiftExpansion.podspec.json
blob42eff2193b99cbfda72d783756b36cb2d3867def
2   "name": "RxSwiftExpansion",
3   "version": "1.0.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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/RxSwiftExpansion/**/*",
22   "swift_versions": "5.1",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5.0"
26     ],
27     "SwiftExpansion": [
28       "~> 1.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "RxCocoa",
34       "source_files": [
35         "Sources/RxCocoaExpansion/**/*",
36         "Sources/RxSwiftExpansion/**/*"
37       ],
38       "dependencies": {
39         "RxCocoa": [
40           "~> 5.0"
41         ]
42       }
43     }
44   ],
45   "swift_version": "5.1"