blob: 37d3b39b67b887a22b2b114cbc3b7a7e37cdba43 [file] [log] [blame]
{
"name": "QuantiBase",
"version": "0.0.1",
"summary": "Base-ios repository consists of useful extensions, general classes \n and protocols that we gather and use while working on our projects.",
"description": "Base-ios repository consists of useful extensions, general classes and protocols \nthat we gather and use while working on our projects. The main goal is to create \na central point of such snippets that can be reused within other projects. \nWe constantly review and enrich the repository aiming to reach maximum reusability. \nWe take full advantage of reactive programming features and incorporate it within \nour projects. For that purpose we use external libraries RxSwift, Action and \nRxDataSources as dependencies for the base-ios library.",
"homepage": "https://www.quanti.cz",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Troup": "martin.troup@quanti.cz"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Qase/base-ios.git",
"tag": "v0.0.1"
},
"source_files": [
"QuantiBase",
"QuantiBase/**/*.{h,m,swift}"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"Action": [
],
"RxDataSources": [
]
}
}