[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / a / 7 / e / FaceUnity / 0.5.2 / FaceUnity.podspec.json
blobd50e79705a4c2ee27e23146a75a73315816e33b9
2   "name": "FaceUnity",
3   "version": "0.5.2",
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.2"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "static_framework": true,
18   "prefix_header_contents": "#define FUNSLocalizedString(Context,comment) NSLocalizedString((Context), nil)",
19   "default_subspecs": "Lite",
20   "subspecs": [
21     {
22       "name": "Core",
23       "resources": "FaceUnity/FULiveDemo/Config/*",
24       "resource_bundles": {
25         "FaceUnity": "FaceUnity/**/*.{xib,xcassets}"
26       },
27       "dependencies": {
28         "ESFramework": [
29           "~> 3.20"
30         ],
31         "Masonry": [
32           "~> 1.1"
33         ],
34         "SVProgressHUD": [
35           "~> 2.2"
36         ],
37         "MJExtension": [
38           "~> 3.2"
39         ]
40       }
41     },
42     {
43       "name": "Lite",
44       "source_files": "FaceUnity/**/*.{h,m}",
45       "dependencies": {
46         "FaceUnity/Core": [
48         ],
49         "Nama-lite": [
50           "7.2.0"
51         ]
52       }
53     },
54     {
55       "name": "Full",
56       "source_files": "FaceUnity/**/*.{h,m}",
57       "dependencies": {
58         "FaceUnity/Core": [
60         ],
61         "Nama": [
62           "7.2.0"
63         ]
64       }
65     }
66   ]