blob: 0bcf4b470d3a3823bcef7d781e53ed8562ef9e3e [file] [log] [blame]
{
"name": "PXInfiniteContentView",
"version": "0.2.0",
"summary": "A view that can scroll forever in either direction to lazy-load \"infinite\" content.",
"description": "A view that can scroll forever in either direction, with delegate methods that let you load\nthe content for a view at a particular index lazily (only when it is shown).",
"homepage": "https://github.com/pixio/PXInfiniteContentView",
"license": "MIT",
"authors": {
"Spencer Phippen": "spencer.phippen@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXInfiniteContentView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/{PXInfiniteContentView,PXInfiniteContentBounds}.h",
"resource_bundles": {
"PXInfiniteContentView": [
"Pod/Assets/*.png"
]
}
}