blob: dcf7b7c9327881ae208241ba7ecd55025e50d7f0 [file] [log] [blame]
{
"name": "CrossCuts",
"version": "0.3.0",
"summary": "This lib is intentended to help any iOS developer of OAB. There are different subspec:\n - UI\n - RxHelper",
"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",
"default_subspecs": "UI",
"homepage": "https://github.com/Athosone/CrossCuts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ayrton Werck": "ayrton.werck@orange.com"
},
"source": {
"git": "https://github.com/Athosone/CrossCuts.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Rxhelper",
"source_files": "crossCuts/Rx+Extensions/*{.swift}",
"dependencies": {
"RxCocoa": [
"~> 4.1"
],
"RxSwift": [
"~> 4.1"
]
}
},
{
"name": "Validator",
"source_files": "crossCuts/Validator/*{.swift}"
},
{
"name": "UI",
"source_files": "crossCuts/UI/*{.swift}",
"frameworks": "UIKit"
}
]
}