[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / d / 1 / 3 / MetalPetal / 0.2.1 / MetalPetal.podspec.json
blob818f072736347eeed339c712361336ba5c954daf
2   "summary": "A image processing framework based on Metal.",
3   "requires_arc": true,
4   "name": "MetalPetal",
5   "source": {
6     "git": "https://github.com/YuAo/MetalPetal.git",
7     "tag": "0.2.1"
8   },
9   "authors": {
10     "YuAo": "me@imyuao.com"
11   },
12   "version": "0.2.1",
13   "license": {
14     "type": "MIT"
15   },
16   "default_subspecs": "Core",
17   "homepage": "https://github.com/YuAo/MetalPetal",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "private_header_files": [
26         "Frameworks/MetalPetal/MTIContext+Internal.h",
27         "Frameworks/MetalPetal/MTIImage+Promise.h",
28         "Frameworks/MetalPetal/MTIPrint.h",
29         "Frameworks/MetalPetal/MTIDefer.h"
30       ],
31       "source_files": "Frameworks/MetalPetal/**/*.{h,m,c,mm,metal}"
32     },
33     {
34       "dependencies": {
35         "MetalPetal/Core": [
37         ]
38       },
39       "name": "Swift",
40       "source_files": "Frameworks/MetalPetal/**/*.{swift}"
41     }
42   ]