[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 3 / c / FPhiPhingersCoreiOS / 1.0.1 / FPhiPhingersCoreiOS.podspec.json
blobf978789dc94395cbba085daa943d5ee14e9963ed
2   "name": "FPhiPhingersCoreiOS",
3   "version": "1.0.1",
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 2021. All rights reserved.\n"
10   },
11   "authors": {
12     "FacePhi": "support@facephi.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/facephi/phingers-core-framework.git",
19     "tag": "1.0.1"
20   },
21   "vendored_frameworks": "Frameworks/*.framework",
22   "frameworks": [
23     "CoreMedia",
24     "AVFoundation",
25     "AssetsLibrary"
26   ],
27   "dependencies": {
28     "OpenCV": [
29       "3.4.5"
30     ],
31     "TensorFlowLiteObjC": [
33     ]
34   },
35   "resource_bundles": {
36     "PhingersCamera": [
37       "Assets/*.*"
38     ]
39   },
40   "requires_arc": true,
41   "static_framework": true,
42   "xcconfig": {
43     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
45   },
46   "pod_target_xcconfig": {
47     "ENABLE_BITCODE": "NO",
48     "OTHER_LDFLAGS": "-lObjC",
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
50   },
51   "user_target_xcconfig": {
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
53   }