[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 8 / PXInfiniteContentView / 0.1.1 / PXInfiniteContentView.podspec.json
blobf875b8674352dfd2c810b5fcb966ba41594eff66
2   "name": "PXInfiniteContentView",
3   "version": "0.1.1",
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.1.1"
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",
21   "resource_bundles": {
22     "PXInfiniteContentView": [
23       "Pod/Assets/*.png"
24     ]
25   }