blob: 4dc676a5025470e13a395404f7546a984bf29892 [file] [log] [blame]
{
"name": "DStack",
"version": "0.3.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.3.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.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}
]
}