[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / c / 5 / SCNViewController / 1.1.1 / SCNViewController.podspec.json
blob53627d88be866e2349a4659a279dfa450fffee3b
2   "name": "SCNViewController",
3   "version": "1.1.1",
4   "summary": "The Missing SCNViewController Class (a Swift µ-library)",
5   "description": "A Swift micro-library that provides a configurable/reusable SCNViewController class— a UIViewController subclass with a SceneKit SCNView.",
6   "homepage": "https://github.com/capnslipp/SCNViewController",
7   "license": {
8     "type": "Public Domain",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "capnslipp": "SCNViewController@capnslipp.com"
13   },
14   "source": {
15     "git": "https://github.com/capnslipp/SCNViewController.git",
16     "tag": "1.1.1"
17   },
18   "social_media_url": "https://twitter.com/capnslipp",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/**/*",
24   "frameworks": [
25     "UIKit",
26     "SceneKit"
27   ],
28   "weak_frameworks": "AVFoundation"