[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / b / 8 / 5 / AvatarKit / 3.0.2 / AvatarKit.podspec.json
blob8fdbb4ab50cb9369356b2c3792eeeb7011c2c8de
2   "name": "AvatarKit",
3   "version": "3.0.2",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "license": "Commercial",
8   "summary": "Library to generate a 3D avatar from one single front face photo.",
9   "homepage": "http://spe3d.co",
10   "authors": {
11     "Daniel Lee": "daniel@spe3d.co",
12     "James Sa": "james@spe3d.co"
13   },
14   "source": {
15     "git": "https://github.com/spe3d/AvatarKit.git",
16     "tag": "3.0.2"
17   },
18   "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)",
19   "requires_arc": true,
20   "frameworks": [
21     "SceneKit",
22     "UIKit"
23   ],
24   "vendored_frameworks": [
25     "AvatarKit/AvatarKit.framework",
26     "AvatarKit/HeadGeniOS.framework"
27   ],
28   "resources": [
29     "AvatarKit/AvatarKit.framework/*.scnassets",
30     "AvatarKit/HeadGeniOS.framework/HeadGeniOSBundle.bundle"
31   ],
32   "dependencies": {
33     "SSZipArchive": [
34       "~> 2.0.7"
35     ],
36     "OpenCV": [
37       "~> 3.1.0"
38     ]
39   }