[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 7 / e / FaceUnity / 0.1.0 / FaceUnity.podspec.json
blob269bb5e36043d9263c9c1e6aa7c77f326c6f6510
2   "name": "FaceUnity",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "iOS face-beautification toolkit built upon FaceUnity Nama SDK and FULiveDemo.",
6   "homepage": "https://github.com/ElfSundae/FaceUnity",
7   "authors": {
8     "Elf Sundae": "https://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ElfSundae/FaceUnity.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "static_framework": true,
18   "default_subspecs": "Lite",
19   "subspecs": [
20     {
21       "name": "Core",
22       "resources": "FaceUnity/FULiveDemo/Config/*",
23       "resource_bundles": {
24         "FaceUnity": "FaceUnity/**/*.{xib,xcassets}"
25       },
26       "dependencies": {
27         "ESFramework": [
28           "~> 3.20"
29         ],
30         "Masonry": [
31           "~> 1.1"
32         ],
33         "SVProgressHUD": [
34           "~> 2.2"
35         ]
36       }
37     },
38     {
39       "name": "Lite",
40       "source_files": "FaceUnity/**/*.{h,m}",
41       "dependencies": {
42         "FaceUnity/Core": [
44         ],
45         "Nama-lite": [
46           "6.7.0"
47         ]
48       }
49     },
50     {
51       "name": "Full",
52       "source_files": "FaceUnity/**/*.{h,m}",
53       "dependencies": {
54         "FaceUnity/Core": [
56         ],
57         "Nama": [
58           "6.7.0"
59         ]
60       }
61     }
62   ]