[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 3 / MetalPetal / 0.0.2 / MetalPetal.podspec.json
blobb809952afc6690bfdc84950443d46e57b521439d
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.0.2"
8   },
9   "authors": {
10     "YuAo": "me@imyuao.com"
11   },
12   "version": "0.0.2",
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       "source_files": "Frameworks/MetalPetal/**/*.{h,m,c,mm,metal}"
26     },
27     {
28       "dependencies": {
29         "MetalPetal/Core": [
31         ]
32       },
33       "name": "Swift",
34       "source_files": "Frameworks/MetalPetal/**/*.{swift}"
35     }
36   ]