blob: 8d7ca8c9272109f55c3849f1239a327695c78d77 [file] [log] [blame]
{
"name": "NYT360Video",
"version": "1.0.0",
"summary": "NYT360Video plays 360º video streamed from an AVPlayer.",
"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.",
"homepage": "https://github.com/nytm/ios-360-videos/",
"license": {
"type": "Apache",
"file": "LICENSE.md"
},
"authors": "The New York Times",
"source": {
"git": "https://github.com/NYTimes/ios-360-videos.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.{h,m}",
"public_header_files": [
"Sources/NYT360Video.h",
"Sources/NYT360ViewController.h",
"Sources/NYT360DataTypes.h",
"Sources/NYT360MotionManagement.h",
"Sources/NYT360MotionManager.h",
"Sources/NYT360CameraPanGestureRecognizer.h"
],
"frameworks": [
"UIKit",
"SceneKit",
"SpriteKit",
"AVFoundation",
"CoreMotion"
]
}