blob: d7b89c49ae9b8cbc965a2b95d7829618f092339f [file] [log] [blame]
{
"name": "FaceKit",
"version": "1.4.3",
"summary": "Library to generate a 3D avatar from one single front face photo.",
"description": "FaceKit-Swift is the core technology to generate the a 3D avatar from one single front face photo.\nThe main features of FaceKit include:\n\n* Create 3D avatar from one single front face photo\n* Render the 3D avatar in the iOS device\n* Avatar management\n* Assets (accessories management)\n* Change skin colors\n* Lip Sync",
"homepage": "http://spe3d.co",
"license": "Commercial",
"authors": {
"Daniel Lee": "daniel@spe3d.co",
"James Sa": "james@spe3d.co"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/spe3d/FaceKit.git",
"tag": "1.4.3"
},
"requires_arc": true,
"frameworks": [
"SceneKit",
"UIKit"
],
"vendored_frameworks": "FaceKit/FaceKit.framework",
"dependencies": {
"NumSwift": [
"~> 1.0.4"
],
"SSZipArchive": [
"~> 1.1"
]
},
"deprecated": true
}