blob: 01af77aff475cba39b950595ff3a7f3082e12d69 [file] [log] [blame]
{
"name": "AvatarKit",
"version": "3.0.6",
"platforms": {
"ios": "10.0"
},
"license": "Commercial",
"summary": "Library to generate a 3D avatar from one single front face photo.",
"homepage": "http://spe3d.co",
"authors": {
"Daniel Lee": "daniel@spe3d.co",
"James Sa": "james@spe3d.co"
},
"source": {
"git": "https://github.com/spe3d/AvatarKit.git",
"tag": "3.0.6"
},
"description": "AvatarKit is the core technology to generate the a 3D avatar from one single front face photo.\nThe main features of AvatarKit 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)",
"requires_arc": true,
"frameworks": [
"SceneKit",
"UIKit"
],
"vendored_frameworks": [
"AvatarKit/AvatarKit.framework",
"AvatarKit/HeadGeniOS.framework"
],
"resources": [
"AvatarKit/AvatarKit.framework/*.scnassets",
"AvatarKit/HeadGeniOS.framework/HeadGeniOSBundle.bundle"
],
"dependencies": {
"SSZipArchive": [
"~> 2.0.7"
],
"OpenCV": [
"~> 3.1.0"
]
}
}