blob: e2acb80c8a4fd86c47bd5425f090c9f8e849e578 [file] [log] [blame]
{
"name": "PXInfiniteContentView",
"version": "0.4.2",
"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.4.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/{PXInfiniteContentView,PXInfiniteContentBounds}.h"
}