[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 3 / MetalPetal / 0.2.7 / MetalPetal.podspec.json
blobb207265078b9444edd2f9663868abe411a96a7c6
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.7"
8   },
9   "authors": {
10     "YuAo": "me@imyuao.com"
11   },
12   "version": "0.2.7",
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   "subspecs": [
22     {
23       "name": "Core",
24       "private_header_files": [
25         "Frameworks/MetalPetal/MTIContext+Internal.h",
26         "Frameworks/MetalPetal/MTIImage+Promise.h",
27         "Frameworks/MetalPetal/MTIPrint.h",
28         "Frameworks/MetalPetal/MTIDefer.h"
29       ],
30       "source_files": "Frameworks/MetalPetal/**/*.{h,m,c,mm,metal}"
31     },
32     {
33       "dependencies": {
34         "MetalPetal/Core": [
36         ]
37       },
38       "name": "Swift",
39       "source_files": "Frameworks/MetalPetal/**/*.{swift}"
40     }
41   ]