blob: 502001fc8f308922c8d5bc18e30a03c381698b8e [file] [log] [blame]
{
"name": "PXBelowStatusBarView",
"version": "0.1.1",
"summary": "A view that stays below the status bar.",
"description": "PXBelowStatusBarView is a view that lays its subview out immediately below the status bar, if the status bar would have otherwise covered it.",
"homepage": "https://github.com/pixio/PXBelowStatusBarView",
"license": "MIT",
"authors": {
"Spencer Phippen": "spencer.phippen@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXBelowStatusBarView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"resource_bundles": {
"PXBelowStatusBarView": [
"Pod/Assets/*.png"
]
}
}