[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 0 / 7 / CrossCuts / 0.2.0 / CrossCuts.podspec.json
blob5b5a20a3f3125dccb06d08e413bf274dfed8ec66
2   "name": "CrossCuts",
3   "version": "0.2.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": "Validator",
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.2.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "Rxhelper",
27       "source_files": "crossCuts/Rx+Extensions/*{.swift}",
28       "dependencies": {
29         "RxCocoa": [
30           "~> 4.1"
31         ],
32         "RxSwift": [
33           "~> 4.1"
34         ]
35       }
36     },
37     {
38       "name": "Validator",
39       "source_files": "crossCuts/Validator/*{.swift}"
40     }
41   ]