[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 0 / 2 / RxAlgebra / 0.1.0 / RxAlgebra.podspec.json
blobf2e030b3153068ef76da78f68aa7df79b223086e
2   "name": "RxAlgebra",
3   "version": "0.1.0",
4   "summary": "Algebraic expression support for Rx style programming",
5   "description": "Algebraic expression support for Rx style programming. In an attempt to make the code\nmore concise (1) and readable (2). This library provides operators enabling adopter to wield the power of Algebra.",
6   "homepage": "https://github.com/myste1tainn/RxAlgebra",
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/RxAlgebra.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxAlgebra/Core/**/*",
22   "swift_version": "4.2",
23   "default_subspecs": [
24     "RxSwift"
25   ],
26   "subspecs": [
27     {
28       "name": "RxSwift",
29       "source_files": [
30         "RxAlgebra/Core/**/*",
31         "RxAlgebra/RxSwift/**/*"
32       ],
33       "dependencies": {
34         "RxSwift": [
35           "~> 4.3.0"
36         ],
37         "SwiftExpansion": [
38           "~> 0.1.0"
39         ],
40         "RxSwiftExpansion": [
41           "~> 0.1.0"
42         ]
43       }
44     },
45     {
46       "name": "RxCocoa",
47       "source_files": [
48         "RxAlgebra/Core/**/*",
49         "RxAlgebra/RxSwift/**/*",
50         "RxAlgebra/RxCocoa/**/*"
51       ],
52       "dependencies": {
53         "RxSwift": [
54           "~> 4.3.0"
55         ],
56         "RxCocoa": [
57           "~> 4.3.0"
58         ],
59         "SwiftExpansion": [
60           "~> 0.1.0"
61         ],
62         "RxSwiftExpansion": [
63           "~> 0.1.0"
64         ]
65       }
66     }
67   ]