[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / d / b / Fatos / 1.1.4 / Fatos.podspec.json
bloba8fa4ca33aaf75aad0067ba4f98aed5fac562288
2   "name": "Fatos",
3   "version": "1.1.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.1.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   "preserve_paths": "module/module.modulemap",
27   "module_map": "module/module.modulemap",
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "OTHER_LDFLAGS": [
31       "-ObjC",
32       "-lc++",
33       ""
34     ],
35     "DEFINES_MODULE": "YES",
36     "OTHER_SWIFT_FLAGS": "",
37     "HEADER_SEARCH_PATHS": " /Fatos/module",
38     "SWIFT_INCLUDE_PATHS": "/include"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "frameworks": [
44     "GLKit",
45     "OpenGLES",
46     "QuartzCore",
47     "UIKit",
48     "Foundation",
49     "CoreGraphics",
50     "CoreAudio",
51     "WebKit",
52     "CoreTelephony",
53     "CoreLocation",
54     "AudioToolBox",
55     "AVFoundation"
56   ],
57   "vendored_libraries": "libFatos.a",
58   "swift_version": "5.0"