blob: 2fe7ad565f4fe99eeec82125d856e79e560997a4 [file] [log] [blame]
{
"name": "StackView",
"version": "1.0.6",
"summary": "A class designed to simplify the implementation of vertical stacks of views on iOS.",
"homepage": "https://github.com/nicklockwood/StackView",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"source": {
"git": "https://github.com/nicklockwood/StackView.git",
"tag": "1.0.6"
},
"source_files": "StackView/StackView.{h,m}",
"requires_arc": false,
"platforms": {
"ios": "4.3"
}
}