blob: 1478acdd31d080293270f3630d36fa04c8ce05b9 [file] [log] [blame]
{
"name": "PXFullBleedCollectionView",
"version": "0.1.3",
"summary": "Full bleed header for a collection view.",
"description": "A collectionview \"subclass\" and header class that allows you to make a full-bleed header for your collection view.\nIt resizes as you scroll! See the example project for more details.",
"homepage": "https://github.com/pixio/PXFullBleedCollectionView",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXFullBleedCollectionView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXFullBleedCollectionView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}