[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 0 / PXFullBleedCollectionView / 0.1.3 / PXFullBleedCollectionView.podspec.json
blob1478acdd31d080293270f3630d36fa04c8ce05b9
2   "name": "PXFullBleedCollectionView",
3   "version": "0.1.3",
4   "summary": "Full bleed header for a collection view.",
5   "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.",
6   "homepage": "https://github.com/pixio/PXFullBleedCollectionView",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXFullBleedCollectionView.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXFullBleedCollectionView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"