[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 8 / PXInfiniteContentView / 0.4.3 / PXInfiniteContentView.podspec.json
blob963393850dae6e99a91e1846b74a63a21f993b72
2   "name": "PXInfiniteContentView",
3   "version": "0.4.3",
4   "summary": "A view that can scroll forever in either direction to lazy-load \"infinite\" content.",
5   "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).",
6   "homepage": "https://github.com/pixio/PXInfiniteContentView",
7   "license": "MIT",
8   "authors": {
9     "Spencer Phippen": "spencer.phippen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXInfiniteContentView.git",
13     "tag": "0.4.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "public_header_files": "Pod/Classes/{PXInfiniteContentView,PXPageIndexBounds}.h"