| { |
| "name": "BBMetalImage", |
| "version": "0.1.0", |
| "summary": "A Swift library for GPU-accelerated image/video processing based on Metal.", |
| "description": "A Swift library for GPU-accelerated image/video processing based on Metal.\nMore than 60 built-in filters.\nFilter chain supported.\nCustomized filter.", |
| "homepage": "https://github.com/Silence-GitHub/BBMetalImage", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kaibo Lu": "lukaibolkb@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.2", |
| "source": { |
| "git": "https://github.com/Silence-GitHub/BBMetalImage.git", |
| "tag": "0.1.0" |
| }, |
| "requires_arc": true, |
| "source_files": "BBMetalImage/BBMetalImage/*.{h,swift,metal}", |
| "private_header_files": "BBMetalImage/BBMetalImage/BBMetalShaderTypes.h" |
| } |