blob: 23f96201120fae4a9b96966f984d269778f510aa [file] [log] [blame]
{
"name": "KLCPaaSWebRTC",
"version": "1.0.3",
"summary": "CPaasWebRTC",
"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/KLWebRTC.git",
"tag": "1.0.3"
},
"ios": {
"vendored_frameworks": "WebRTC.framework"
},
"public_header_files": "WebRTC.framework/Headers/*.h",
"source_files": [
"WebRTC.framework/Headers/*.h",
"WebRTC.framework/Headers/*.h"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC -framework WebRTC"
}
}