blob: 570d8e61a57911dc881d22973e0f0b6673b3f38a [file] [log] [blame]
{
"name": "ProRTCTest",
"version": "0.1.0",
"summary": "A delightful iOS WebRTC framework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/utkarshs07/ProRTCTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Utkarsh Singh": "utkarshs@neuronsolutions.com"
},
"source": {
"git": "https://github.com/utkarshs07/ProRTCTest.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "ProRTCTest/ProRTC.framework/Versions/A/Headers/**/*.h",
"public_header_files": "ProRTCTest/ProRTC.framework/Versions/A/Headers/**/*.h",
"ios": {
"vendored_frameworks": "ProRTCTest/ProRTC.framework"
}
}