[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 8 / d / LvJing / 0.6.alpha.1 / LvJing.podspec.json
blobb2c7db32b24da3be61f6e389a7927997c012c8bb
2   "name": "LvJing",
3   "version": "0.6.alpha.1",
4   "summary": "Filter kernel based on Metal.",
5   "description": "LvJing is a minimum graphic filter kernel based on Metal, it offers extensible\ninterface and protocol for inheritance and assembling. The architecture is\ninspired by `Metal by Tutorials`(Caroline Begbie & Marius Horga, raywenderlich.com)\nand famous `GPUImage`.\nLvJing merely acts as a carriage of Metal Shading Codes, it's your creativity\nand, behind all, mathematics that really shines.\nHave fun.",
6   "homepage": "https://github.com/keyOfVv/LvJing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ke Yang": "ofveravi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/keyOfVv/LvJing.git",
16     "tag": "0.6.alpha.1"
17   },
18   "swift_versions": [
19     "5.2"
20   ],
21   "platforms": {
22     "ios": "9.0"
23   },
24   "source_files": "LvJing/Classes/**/*",
25   "static_framework": true,
26   "frameworks": "MetalKit",
27   "pod_target_xcconfig": {
28     "OTHER_SWIFT_FLAGS[config=Debug]": "-D SDK_DEBUG"
29   },
30   "swift_version": "5.2"