[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 2 / 7 / Satin / 1.6.1 / Satin.podspec.json
blob1b8dff812ae07bbb5c4551b226c8fb6878116542
2   "name": "Satin",
3   "version": "1.6.1",
4   "summary": "Satin is a Swift based creative coding toolkit built on top of Metal",
5   "description": "Satin is a swift based creative coding toolkit built on top of Metal. Satin contains classes & helpers that make create graphics with Metal fun and fast!",
6   "homepage": "https://github.com/Hi-Rez/Satin",
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/Satin.git",
17     "tag": "1.6.1"
18   },
19   "platforms": {
20     "osx": "10.15",
21     "ios": "13.0",
22     "tvos": "13.0"
23   },
24   "public_header_files": [
25     "Sources/SatinCore/*.h"
26   ],
27   "source_files": [
28     "Sources/SatinCore/*.h",
29     "Sources/SatinCore/**/*.{h,c}",
30     "Sources/Satin/**/*.swift"
31   ],
32   "exclude_files": [
33     "Sources/Satin/Pipelines/**/**/*.metal",
34     "Sources/Satin/Export.swift"
35   ],
36   "resources": "Sources/Satin/Pipelines",
37   "frameworks": [
38     "Metal",
39     "MetalKit"
40   ],
41   "module_name": "Satin",
42   "swift_versions": "5.1",
43   "swift_version": "5.1"