blob: 1c4a9dc911944372015399839d122ab35a38e225 [file] [log] [blame]
{
"name": "FPVerticalView",
"version": "1.0.0",
"summary": "A container for the vertical layout subviews.",
"description": "TODO: A container for the vertical layout subviews, The vertical layout of multiple sub-views,It is not concerned with their specific location.",
"homepage": "https://github.com/fakepinge/FPVerticalView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fakepinge": "fakepinge@gmail.com"
},
"source": {
"git": "https://github.com/fakepinge/FPVerticalView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FPVerticalView/Classes/**/*",
"dependencies": {
"Masonry": [
]
}
}