| { |
| "name": "PXInfiniteContentView", |
| "version": "0.4.7", |
| "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.7" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*.{h,m}", |
| "public_header_files": "Pod/Classes/{PXInfiniteContentView,PXPageIndexBounds}.h" |
| } |