[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 0 / f / Forge / 0.0.5 / Forge.podspec.json
blob966ad9eae70e3ab8e24be2c0b730656074e586b3
2   "name": "Forge",
3   "version": "0.0.5",
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": "0.0.5"
18   },
19   "platforms": {
20     "osx": "10.14",
21     "ios": "12.4",
22     "tvos": "12.4"
23   },
24   "osx": {
25     "source_files": [
26       "Forge/*.h",
27       "Forge/Shared/**/*.{h,m,swift}",
28       "Forge/macOS/**/*.{h,m,swift}"
29     ],
30     "resources": "Forge/macOS/*.xib"
31   },
32   "ios": {
33     "source_files": [
34       "Forge/*.h",
35       "Forge/Shared/**/*.{h,m,swift}",
36       "Forge/iOS/**/*.{h,m,swift}"
37     ]
38   },
39   "tvos": {
40     "source_files": [
41       "Forge/*.h",
42       "Forge/Shared/**/*.{h,m,swift}",
43       "Forge/tvOS/**/*.{h,m,swift}"
44     ]
45   },
46   "frameworks": [
47     "Metal",
48     "MetalKit"
49   ],
50   "module_name": "Forge",
51   "swift_versions": "5.1",
52   "swift_version": "5.1"