blob: 653f02285bd4375e261bc0fd29932883ead9cb32 [file] [log] [blame]
{
"name": "DDDKit",
"version": "1.1.5",
"summary": "DDDKit is an open source version of SCNKit",
"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",
"homepage": "https://github.com/team-pie/DDDKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillaume Sabran": "sabranguillaume@gmail.com"
},
"source": {
"git": "https://github.com/team-pie/DDDKit.git",
"tag": "1.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DDDKit/Classes/**/*",
"dependencies": {
"GLMatrix": [
"0.1.5"
]
},
"pushed_with_swift_version": "3.0"
}