blob: 47fc24e9f6d1be52fbb6b4f771225dbf8bf0cf67 [file] [log] [blame]
{
"name": "CustomStackView",
"version": "1.0",
"summary": "Custom stack view is a view, which displays views as a stack. You can slide these views in differen directions (up, down, left and right).",
"homepage": "https://github.com/Djecksan/CustomStackView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgenyi Tyulenev": "9koks9@gmail.com"
},
"source": {
"git": "https://github.com/Djecksan/CustomStackView.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CSVStackView/*.{h,m}",
"requires_arc": true
}