[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / 7 / ThreeSixtyPlayer / 0.0.1 / ThreeSixtyPlayer.podspec.json
blobbb09e11d21c1316fc88fc6ea9b7f80093e3f950b
2   "name": "ThreeSixtyPlayer",
3   "version": "0.0.1",
4   "summary": "A 360 video viewer for iOS implemented using SceneKit.",
5   "description": "This is a 360 video viewer for iOS, implemented using SceneKit. SceneKit is probably the highest level iOS API that can be used for this sort of thing. I chose this approach to refamiliarize myself with the ins and outs of graphics programming. This is very much a work in progress.",
6   "homepage": "https://github.com/alfiehanssen/ThreeSixtyPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alfie Hanssen": "alfiehanssen@gmail.com"
13   },
14   "social_media_url": "http://alfiehanssen.com",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/alfiehanssen/ThreeSixtyPlayer.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "ThreeSixtyPlayer",
24     "ThreeSixtyPlayer/**/*.{swift}"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "AVFoundation",
30     "CoreMotion",
31     "SceneKit",
32     "CoreGraphics",
33     "SpriteKit"
34   ],
35   "requires_arc": true,
36   "pushed_with_swift_version": "3.0"