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