[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / 1 / PaperCollectionView / 1.0.2 / PaperCollectionView.podspec.json
blob1041e5403a23f6d748314efbb14443e5573c9e88
2   "name": "PaperCollectionView",
3   "version": "1.0.2",
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   "screenshots": "https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/8725/Simulator_Screen_Shot_Mar_22__2016__11.13.52_PM.png",
8   "license": "MIT",
9   "authors": {
10     "Adam Share": "ashare80@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ashare80/PaperCollectionView.git",
14     "tag": "1.0.2"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "PaperCollectionView": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "pop": [
30     ]
31   }