[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / 2 / NYT360Video / 1.1.0 / NYT360Video.podspec.json
blob350881613910bd7546c90625f13c23a021750d46
2   "name": "NYT360Video",
3   "version": "1.1.0",
4   "summary": "NYT360Video plays 360º video streamed from an AVPlayer.",
5   "description": "NYT360Video from The New York Times is a framework allowing playback of a 360º video stream from an `AVPlayer`.\n\nIt provides no control user interface; it is intended to be embedded in your own video player implementation.",
6   "homepage": "https://github.com/nytm/ios-360-videos/",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE.md"
10   },
11   "authors": "The New York Times",
12   "source": {
13     "git": "https://github.com/NYTimes/ios-360-videos.git",
14     "tag": "1.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "Sources/**/*.{h,m}",
20   "public_header_files": [
21     "Sources/NYT360Video.h",
22     "Sources/NYT360ViewController.h",
23     "Sources/NYT360DataTypes.h",
24     "Sources/NYT360MotionManagement.h",
25     "Sources/NYT360MotionManager.h",
26     "Sources/NYT360CameraPanGestureRecognizer.h"
27   ],
28   "frameworks": [
29     "UIKit",
30     "SceneKit",
31     "SpriteKit",
32     "AVFoundation",
33     "CoreMotion"
34   ]