[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / d / b / Fatos / 1.0.4 / Fatos.podspec.json
blob212435ee112f5bbc774a3c494151938168b1c207
2   "name": "Fatos",
3   "version": "1.0.4",
4   "summary": "FATOS Mogos SDK for internal distribution via gitlab.",
5   "description": "Software Development Kit to display 3d map and provide navigation functionalities.",
6   "homepage": "https://git.fatos.biz/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FATOS": "dev@fatoscorp.com"
13   },
14   "source": {
15     "git": "https://github.com/devfatoscorp/mogos-fatos-ios-sdk.git",
16     "tag": "1.0.4"
17   },
18   "resources": "ResFatos.bundle",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": [
24     "include/*.h"
25   ],
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "OTHER_LDFLAGS": [
29       "-lObjC",
30       "-lc++",
31       ""
32     ],
33     "DEFINES_MODULE": "YES",
34     "OTHER_SWIFT_FLAGS": "",
35     "SWIFT_INCLUDE_PATHS": "/include"
36   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "frameworks": [
41     "GLKit",
42     "OpenGLES",
43     "QuartzCore",
44     "UIKit",
45     "Foundation",
46     "CoreGraphics",
47     "CoreAudio",
48     "WebKit",
49     "CoreTelephony",
50     "CoreLocation",
51     "AudioToolBox",
52     "AVFoundation"
53   ],
54   "preserve_paths": [
55     "libFatos.a"
56   ],
57   "vendored_libraries": "libFatos.a",
58   "swift_version": "5.0"