[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 0 / 7 / CrossCuts / 0.3.0 / CrossCuts.podspec.json
blobdcf7b7c9327881ae208241ba7ecd55025e50d7f0
2   "name": "CrossCuts",
3   "version": "0.3.0",
4   "summary": "This lib is intentended to help any iOS developer of OAB. There are different subspec:\n  - UI\n  - RxHelper",
5   "description": "This lib is intentended to help any iOS developer of OAB. There are different tools like validator interfaces, Rx helpers like fromAsync method, currying, and also some ui tools",
6   "default_subspecs": "UI",
7   "homepage": "https://github.com/Athosone/CrossCuts",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ayrton Werck": "ayrton.werck@orange.com"
14   },
15   "source": {
16     "git": "https://github.com/Athosone/CrossCuts.git",
17     "tag": "0.3.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pushed_with_swift_version": "4.0",
23   "subspecs": [
24     {
25       "name": "Rxhelper",
26       "source_files": "crossCuts/Rx+Extensions/*{.swift}",
27       "dependencies": {
28         "RxCocoa": [
29           "~> 4.1"
30         ],
31         "RxSwift": [
32           "~> 4.1"
33         ]
34       }
35     },
36     {
37       "name": "Validator",
38       "source_files": "crossCuts/Validator/*{.swift}"
39     },
40     {
41       "name": "UI",
42       "source_files": "crossCuts/UI/*{.swift}",
43       "frameworks": "UIKit"
44     }
45   ]