[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 3 / c / FPhiPhingersCoreiOS / 2.0.0 / FPhiPhingersCoreiOS.podspec.json
blob0a687b20c5d879f9c0694290e3983b9905a5ff95
2   "name": "FPhiPhingersCoreiOS",
3   "version": "2.0.0",
4   "summary": "Phingers widget for Fingerprint detection and recognition",
5   "description": "Phingers widget for Fingerprint detection and recognition.",
6   "homepage": "http://www.facephi.com",
7   "license": {
8     "type": "Commercial",
9     "text": "                    © Facephi 2022. All rights reserved.\n"
10   },
11   "authors": {
12     "FacePhi": "support@facephi.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "http": "https://dev-ctlzip-s3.s3.eu-west-1.amazonaws.com/Phingers/2.0.0/phingers.framework.zip"
19   },
20   "vendored_frameworks": "*.framework",
21   "preserve_paths": [
22     "OnyxCamera.framework",
23     "onyx-core.framework"
24   ],
25   "requires_arc": true,
26   "xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 armv7"
29   },
30   "pod_target_xcconfig": {
31     "ENABLE_BITCODE": "NO",
32     "OTHER_LDFLAGS": "-lObjC",
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 armv7"
34   },
35   "source_files": [
36     "OnyxCamera.framework/Versions/A/Headers/**/*.h",
37     "OnyxCore.framework/Versions/A/Headers/**/*.h"
38   ],
39   "user_target_xcconfig": {
40     "ENABLE_BITCODE": "NO",
41     "LD_RUNPATH_SEARCH_PATHS": "/usr/lib/swift $(inherited)",
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 armv7"
43   },
44   "resource_bundles": {
45     "Resources": [
46       "OnyxCamera.framework/Resources/*.tflite",
47       "onyx-core.framework/Resources/Assets.car"
48     ]
49   },
50   "frameworks": [
51     "UIKit",
52     "CoreText",
53     "CoreMedia",
54     "AVFoundation",
55     "AssetsLibrary"
56   ],
57   "dependencies": {
58     "TensorFlowLiteObjC": [
60     ]
61   }