blob: 36b5acb467224833edb4f5ad9504f1141611d3a2 [file] [log] [blame]
{
"name": "DStack",
"version": "0.4.0",
"summary": "Helpers",
"description": "Helpers for views",
"homepage": "https://github.com/ErusaevAP/DStack",
"license": "MIT",
"authors": {
"Andrey Erusaev": "erusaevap@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/erusaevap/DStack.git",
"tag": "0.4.0"
},
"default_subspecs": "DSExtensions",
"subspecs": [
{
"name": "DSExtensions",
"source_files": "Sources/DSExtensions/*.{swift}"
},
{
"name": "DSViews",
"source_files": "Sources/DSViews/*.{swift}",
"dependencies": {
"DStack/DSExtensions": [
]
}
},
{
"name": "DSControllers",
"source_files": "Sources/DSControllers/**/*.{swift}",
"dependencies": {
"DStack/DSExtensions": [
],
"RxSwift": [
"~> 4.3.1"
],
"RxCocoa": [
"~> 4.3.1"
]
}
}
]
}