[Add] LiteRTSelectTfOps 0.0.1-nightly.20250125
[CocoaPods.git] / Specs / 2 / 9 / d / DDDKit / 0.1.4 / DDDKit.podspec.json
blob2a1cd3ddc6bf0fb0032523da3def07bf60fd2c5b
2   "name": "DDDKit",
3   "version": "0.1.4",
4   "summary": "DDDKit is an open source version of SCNKit",
5   "description": "Scene Kit is very buggy, and since it's not open source and Apple is very secretive about what bugs it's fixing, we need an open source implementation.\nCurrently, DDDKit focuses on implementing video related features, that are extremely buggy in SceneKit",
6   "homepage": "https://github.com/gsabran/DDDKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guillaume Sabran": "sabranguillaume@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gsabran/DDDKit.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DDDKit/Classes/**/*",
22   "dependencies": {
23     "GLMatrix": [
24       "0.1.5"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"