[Add] ThinkingDataAnalyticsExtension 1.0.1
[CocoaPods.git] / Specs / d / 1 / 0 / RxSwiftExpansion / 0.1.8 / RxSwiftExpansion.podspec.json
blob2889c05ed140a6679791926098e0c16e9b8ba743
2   "name": "RxSwiftExpansion",
3   "version": "0.1.8",
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.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/RxSwiftExpansion/**/*",
22   "swift_version": "4.2",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.3.1"
26     ],
27     "SwiftExpansion": [
28       "~> 0.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           "~> 4.3.1"
41         ]
42       }
43     }
44   ]