blob: 3a440bc4776c0fcdbc5e6d9ec19da63fced4cdce [file] [log] [blame]
{
"name": "ScrollStack",
"version": "0.1.2",
"summary": "A vertical & horizontal scrollable stack layout that supports weighted sizing of elements.",
"description": "ScrollStack is a vertical & horizontal scrollable stack layout that supports weighted sizing of elements.",
"homepage": "https://github.com/cmc5788/ScrollStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cmc5788": "cmc5788@gmail.com"
},
"source": {
"git": "https://github.com/cmc5788/ScrollStack.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "ScrollStack/Classes/**/*",
"dependencies": {
"SnapKit": [
"4.2.0"
]
}
}