[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / e / FaceUnity / 0.5.1 / FaceUnity.podspec.json
blobb0956080416e5dc0499d511887074bc3a049d83c
2   "name": "FaceUnity",
3   "version": "0.5.1",
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.5.1"
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         "MJExtension": [
37           "~> 3.2"
38         ]
39       }
40     },
41     {
42       "name": "Lite",
43       "source_files": "FaceUnity/**/*.{h,m}",
44       "dependencies": {
45         "FaceUnity/Core": [
47         ],
48         "Nama-lite": [
49           "7.1.2"
50         ]
51       }
52     },
53     {
54       "name": "Full",
55       "source_files": "FaceUnity/**/*.{h,m}",
56       "dependencies": {
57         "FaceUnity/Core": [
59         ],
60         "Nama": [
61           "7.1.2"
62         ]
63       }
64     }
65   ]