blob: 194ed3dfbc7d91282eb9e7438eb326e2e3f29065 [file] [log] [blame]
{
"name": "KLMobileSDK",
"version": "1.0.6",
"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.6"
},
"dependencies": {
"KLCPaaSWebRTC": [
]
},
"vendored_frameworks": "MobileSDK.framework",
"ios": {
"vendored_frameworks": "WebRTC.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PROJECT_DIR)/Pods/KLCPaaSWebRTC\"",
"OTHER_LDFLAGS": "-framework WebRTC"
}
}