[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / 0 / f / Forge / 1.3.0 / Forge.podspec.json
blob38468e9e648bedbfc03b6cb3616461c82075433e
2   "name": "Forge",
3   "version": "1.3.0",
4   "summary": "Get up and rendering with Metal via Metalkit without worrying about triple buffering / semaphores",
5   "description": "Forge's Renderer class sets up triple buffering rendering so you don't have to. You also get nice Cinder / Processing / Openframeworks functions you can hook into and do stuff.",
6   "homepage": "https://github.com/Hi-Rez/Forge",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reza Ali": "reza@hi-rez.io"
13   },
14   "social_media_url": "https://twitter.com/rezaali",
15   "source": {
16     "git": "https://github.com/Hi-Rez/Forge.git",
17     "tag": "1.3.0"
18   },
19   "platforms": {
20     "osx": "10.15",
21     "ios": "13.0",
22     "tvos": "13.0"
23   },
24   "osx": {
25     "source_files": "Sources/Forge/*.swift"
26   },
27   "ios": {
28     "source_files": "Sources/Forge/*.swift"
29   },
30   "tvos": {
31     "source_files": "Sources/Forge/*.swift"
32   },
33   "frameworks": [
34     "Metal",
35     "MetalKit",
36     "SwiftUI"
37   ],
38   "module_name": "Forge",
39   "swift_versions": "5.1",
40   "swift_version": "5.1"