Latest | 0.3.0 |
---|---|
Homepage | https://github.com/Athosone/CrossCuts |
License | MIT |
Platforms | ios 10.0 |
Authors |
Cross cuts for my project
Latest podspec
{ "name": "CrossCuts", "version": "0.3.0", "summary": "This lib is intentended to help any iOS developer of OAB. There are different subspec:n - UIn - 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": "[email protected]" }, "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" } ] }
Sat, 13 Jan 2018 19:40:21 +0000