[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / f / Forge / 0.1.0 / Forge.podspec.json
blob66569116f64ebedcf7a343cae67324c14e425a0e
2   "name": "Forge",
3   "version": "0.1.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": "0.1.0"
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     "resources": "Forge/iOS/*.xib"
39   },
40   "tvos": {
41     "source_files": [
42       "Forge/*.h",
43       "Forge/Shared/**/*.{h,m,swift}",
44       "Forge/tvOS/**/*.{h,m,swift}"
45     ],
46     "resources": "Forge/tvOS/*.xib"
47   },
48   "frameworks": [
49     "Metal",
50     "MetalKit"
51   ],
52   "module_name": "Forge",
53   "swift_versions": "5.1",
54   "swift_version": "5.1"