[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 3 / 1 / PaperCollectionView / 1.0.0 / PaperCollectionView.podspec.json
blobdec28b4897365f6679068eb13395ccc154110860
2   "name": "PaperCollectionView",
3   "version": "1.0.0",
4   "summary": "Collection view that operates similar to Facebook's Paper.",
5   "description": "Swipe through content like Paper from Facebook. Using the PaperView, which wraps around a configured UICollectionViewController, you can control the datasource and customize cells to your needs.",
6   "homepage": "https://github.com/ashare80/PaperCollectionView",
7   "license": "MIT",
8   "authors": {
9     "Adam Share": "ashare80@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ashare80/PaperCollectionView.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PaperCollectionView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "pop": [
29     ]
30   }