blob: 269bb5e36043d9263c9c1e6aa7c77f326c6f6510 [file] [log] [blame]
{
"name": "FaceUnity",
"version": "0.1.0",
"license": "MIT",
"summary": "iOS face-beautification toolkit built upon FaceUnity Nama SDK and FULiveDemo.",
"homepage": "https://github.com/ElfSundae/FaceUnity",
"authors": {
"Elf Sundae": "https://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/FaceUnity.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Core",
"resources": "FaceUnity/FULiveDemo/Config/*",
"resource_bundles": {
"FaceUnity": "FaceUnity/**/*.{xib,xcassets}"
},
"dependencies": {
"ESFramework": [
"~> 3.20"
],
"Masonry": [
"~> 1.1"
],
"SVProgressHUD": [
"~> 2.2"
]
}
},
{
"name": "Lite",
"source_files": "FaceUnity/**/*.{h,m}",
"dependencies": {
"FaceUnity/Core": [
],
"Nama-lite": [
"6.7.0"
]
}
},
{
"name": "Full",
"source_files": "FaceUnity/**/*.{h,m}",
"dependencies": {
"FaceUnity/Core": [
],
"Nama": [
"6.7.0"
]
}
}
]
}