[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 8 / PXInfiniteContentView / 0.4.2 / PXInfiniteContentView.podspec.json
blobe2acb80c8a4fd86c47bd5425f090c9f8e849e578
2   "name": "PXInfiniteContentView",
3   "version": "0.4.2",
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.2"
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,PXInfiniteContentBounds}.h"