blob: b40c51961e54bd18207d8b86a8764bf4fe254b76 [file] [log] [blame]
{
"name": "TOStackView",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A basic container view that handles laying out a collection of subviews in vertical or horizontal alignments.",
"homepage": "https://github.com/TimOliver/TOStackView",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/TOStackView.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "TOStackView/**/*.{h,m}"
}