blob: 38481bdd60559c11cbcfc0827dfcdad5ddda2351 [file] [log] [blame]
{
"name": "KLMobileSDK",
"version": "1.1.3",
"summary": "KLMobileSDK",
"homepage": "https://github.com/Kandy-IO/",
"license": {
"type": "MIT",
"file": "mit-license.txt"
},
"authors": {
"Name": "tolgat@netrd.com.tr"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/tolgatan/KLMobileSDK.git",
"tag": "1.1.3"
},
"ios": {
"frameworks": [
"AvFoundation",
"SystemConfiguration",
"GLKit",
"VideoToolbox",
"AudioToolbox",
"PushKit"
]
},
"libraries": [
"c++",
"icucore",
"z"
],
"vendored_frameworks": [
"MobileSDK.framework",
"WebRTC.framework"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -framework \"WebRTC\"",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/KLCPaaSWebRTC/Frameworks\""
}
}