blob: fc8d736a429daa0d50c24b0ef0471ae45735fdbc [file] [log] [blame]
{
"name": "StackViewComponent",
"version": "0.1.2",
"summary": "A component display like a Stack.",
"homepage": "https://github.com/guoshencheng/StackView",
"license": "MIT",
"authors": {
"guoshencheng": "guoshencheng1@gmail.com"
},
"source": {
"git": "https://github.com/guoshencheng/StackView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"StackView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
]
}
}