[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / e / FaceUnity / 0.6.0 / FaceUnity.podspec.json
blob3a1fc12e6c5e42d3216d1be8b6531a4f86a61298
2   "name": "FaceUnity",
3   "version": "0.6.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   "social_media_url": "https://twitter.com/ElfSundae",
11   "source": {
12     "git": "https://github.com/ElfSundae/FaceUnity.git",
13     "tag": "0.6.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "static_framework": true,
19   "default_subspecs": "Lite",
20   "subspecs": [
21     {
22       "name": "Core",
23       "resources": "FaceUnity/FULiveDemo/Config/*",
24       "resource_bundles": {
25         "FaceUnity": "FaceUnity/**/*.{xib,xcassets,lproj}"
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   ]