[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / 9 / KandyLinkMobileSDK / 5.14.0 / KandyLinkMobileSDK.podspec.json
blob27c7cdb90f735452a156e11805c0f1a7573b41a3
2   "name": "KandyLinkMobileSDK",
3   "version": "5.14.0",
4   "summary": "Kandy Link MobileSDK Framework",
5   "homepage": "https://github.com/Kandy-IO/kandy-link-ios-sdk",
6   "license": {
7     "type": "MIT",
8     "file": "mit-license.txt"
9   },
10   "authors": {
11     "Name": "cpaassdk@netas.com.tr"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/Kandy-IO/kandy-link-ios-sdk.git",
18     "tag": "5.14.0"
19   },
20   "dependencies": {
21     "KandyWebRTC": [
23     ]
24   },
25   "libraries": [
26     "c++",
27     "icucore",
28     "z"
29   ],
30   "ios": {
31     "frameworks": [
32       "AVFoundation",
33       "SystemConfiguration",
34       "GLKit",
35       "VideoToolbox",
36       "AudioToolbox",
37       "PushKit"
38     ]
39   },
40   "vendored_frameworks": [
41     "MobileSDK.framework",
42     "WebRTC.framework"
43   ],
44   "user_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   },
47   "pod_target_xcconfig": {
48     "ENABLE_BITCODE": "NO",
49     "OTHER_LDFLAGS": "$(inherited) -framework WebRTC -ObjC",
50     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
51     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
53   }