[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / 9 / KandyLinkMobileSDK / 5.7.0 / KandyLinkMobileSDK.podspec.json
blob5b0807f1372d05e098279baf05e02a6d378179b7
2   "name": "KandyLinkMobileSDK",
3   "version": "5.7.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.7.0"
19   },
20   "dependencies": {
21     "KandyWebRTC": [
22       "~> 0.78"
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   "pod_target_xcconfig": {
45     "ENABLE_BITCODE": "NO",
46     "OTHER_LDFLAGS": "$(inherited) -framework WebRTC -ObjC",
47     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
48     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/KandyWebRTC/Frameworks\""
49   }