[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 7 / 0 / FPhiApiManager / 1.0.2 / FPhiApiManager.podspec.json
blobc59da9ed0fcc648e1d6bc758318b4fa04f6869aa
2   "name": "FPhiApiManager",
3   "version": "1.0.2",
4   "summary": "Component for OCR and liveness test",
5   "platforms": {
6     "ios": "13.0"
7   },
8   "static_framework": true,
9   "description": "Library that provides an easy-to-use, scalable network layer",
10   "homepage": "https://www.facephi.com",
11   "license": {
12     "type": "Commercial",
13     "text": "                   © Facephi 2021. All rights reserved.\n"
14   },
15   "authors": {
16     "Facephi": "developer@facephi.com"
17   },
18   "source": {
19     "git": "https://github.com/facephi/FPhiApiManager-podspec.git",
20     "tag": "1.0.2"
21   },
22   "ios": {
23     "vendored_frameworks": "ApiManager.xcframework"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS": "armv7"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS": "armv7"
30   },
31   "xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
33   },
34   "dependencies": {
35     "JWTDecode": [
36       "~> 2.6"
37     ]
38   }