[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 5 / SCNViewController / 1.0.1 / SCNViewController.podspec.json
blob3b3dd1c19bbd4b2f706c1b4bcaadc2ade5bbd6c9
2   "name": "SCNViewController",
3   "version": "1.0.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.0.1"
17   },
18   "social_media_url": "https://twitter.com/capnslipp",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Sources/**/*",
23   "frameworks": [
24     "UIKit",
25     "SceneKit"
26   ],
27   "weak_frameworks": "AVFoundation",
28   "pushed_with_swift_version": "3.0"