[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 1 / 3 / MetalPetal / 0.9.1 / MetalPetal.podspec.json
blob8842b55e12873619c4a4b9ca2730174d9684f515
2   "prefix_header_file": false,
3   "authors": {
4     "YuAo": "me@imyuao.com"
5   },
6   "homepage": "https://github.com/YuAo/MetalPetal",
7   "version": "0.9.1",
8   "platforms": {
9     "ios": "9.0",
10     "osx": "10.13"
11   },
12   "license": {
13     "type": "MIT"
14   },
15   "swift_version": "4.2",
16   "module_map": "Frameworks/MetalPetal/MetalPetal.modulemap",
17   "source": {
18     "git": "https://github.com/YuAo/MetalPetal.git",
19     "tag": "0.9.1"
20   },
21   "summary": "A image processing framework based on Metal.",
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "name": "MetalPetal",
25   "subspecs": [
26     {
27       "name": "Core",
28       "private_header_files": [
29         "Frameworks/MetalPetal/MTIPrint.h",
30         "Frameworks/MetalPetal/MTIDefer.h"
31       ],
32       "source_files": "Frameworks/MetalPetal/**/*.{h,m,c,mm,metal}"
33     },
34     {
35       "name": "Swift",
36       "source_files": "Frameworks/MetalPetal/**/*.{swift}",
37       "dependencies": {
38         "MetalPetal/Core": [
40         ]
41       }
42     }
43   ]