blob: 29f4f49b32d84c81e646615cad09627844787710 [file] [log] [blame]
{
"name": "FPVerticalView",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "APPObserver",
"source_files": "FPVerticalView/Classes/APPObserver/*.*"
},
{
"name": "VerticalView",
"source_files": "FPVerticalView/Classes/VerticalView/*.*",
"dependencies": {
"FPVerticalView/APPObserver": [
],
"Masonry": [
]
}
}
]
}