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