[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / 9 / 1 / TVOS360Video / 1.2.1 / TVOS360Video.podspec.json
blob096f7ebdfc7b71bd7d39e180239c571a7a102e4c
2   "name": "TVOS360Video",
3   "version": "1.2.1",
4   "summary": "TVOS360Video (based on NYT360Video) plays 360º video streamed from an AVPlayer on tvOS.",
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/socialvibe/ios-360-videos",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE.md"
10   },
11   "authors": "true[X]media",
12   "source": {
13     "git": "https://github.com/socialvibe/ios-360-videos.git",
14     "tag": "1.2.1"
15   },
16   "platforms": {
17     "tvos": "10.0"
18   },
19   "source_files": "Sources/**/*.{h,m}",
20   "public_header_files": [
21     "Sources/TVOS360Video.h",
22     "Sources/NYT360ViewControllerBase.h",
23     "Sources/TVOS360ViewController.h",
24     "Sources/NYT360DataTypes.h",
25     "Sources/NYT360MotionManagement.h",
26     "Sources/NYT360MotionManager.h",
27     "Sources/NYT360CameraPanGestureRecognizer.h",
28     "Sources/NYT360CameraController.h",
29     "Sources/NYT360PlayerScene.h"
30   ],
31   "frameworks": [
32     "UIKit",
33     "SceneKit",
34     "SpriteKit",
35     "AVFoundation"
36   ]