blob: 27b454652b690d256e89ea5522d96ca9c191e39d [file] [log] [blame]
{
"name": "KLMobileSDK",
"version": "1.0.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.0.3"
},
"dependencies": {
"KLCPaaSWebRTC": [
]
},
"ios": {
"vendored_frameworks": [
"MobileSDK.framework",
"WebRTC.framework"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/KLCPaaSWebRTC\"",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}