[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 2 / e / IDnowSDK / 6.1.0 / IDnowSDK.podspec.json
blob0e108d96540a5d6ff5ea4736e73b3e38c971a862
2   "name": "IDnowSDK",
3   "version": "6.1.0",
4   "summary": "Provides functionality for instantiating a video and/or photo identification.",
5   "license": {
6     "type": "Commercial",
7     "file": "LICENSE.md"
8   },
9   "authors": {
10     "Armin Bauer": "armin.bauer@idnow.de"
11   },
12   "source": {
13     "http": "https://github.com/idnow/de.idnow.ios/releases/download/v6.1.0/idnow-ios-6.1.0.tar.gz"
14   },
15   "homepage": "https://www.idnow.de",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "swift_versions": [
20     "4.0",
21     "4.2",
22     "5.0",
23     "5.1",
24     "5.2",
25     "5.3"
26   ],
27   "requires_arc": true,
28   "source_files": [
29     "include/*.h",
30     "resources/*.swift"
31   ],
32   "resources": [
33     "resources/*.jpg",
34     "resources/*.bundle"
35   ],
36   "vendored_libraries": "libidnow-sdk-universal.a",
37   "preserve_paths": "**/*.*",
38   "module_map": "include/module.modulemap",
39   "frameworks": [
40     "StoreKit",
41     "Accelerate",
42     "WebKit",
43     "AudioToolbox",
44     "AVFoundation",
45     "CoreMedia",
46     "GLKit",
47     "OpenGLES",
48     "SystemConfiguration",
49     "UserNotifications",
50     "VideoToolbox"
51   ],
52   "libraries": "z",
53   "xcconfig": {
54     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/IDnowSDK/include"
55   },
56   "static_framework": true,
57   "pod_target_xcconfig": {
58     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
59   },
60   "user_target_xcconfig": {
61     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
62   },
63   "dependencies": {
64     "Masonry": [
65       "~> 1.1.0"
66     ],
67     "SocketRocket": [
68       "~> 0.5.1"
69     ],
70     "libPhoneNumber-iOS": [
71       "~> 0.9"
72     ],
73     "FLAnimatedImage": [
74       "~> 1.0"
75     ],
76     "AFNetworking": [
77       "~> 4.0"
78     ]
79   },
80   "swift_version": "5.3"