blob: 3660e3ca725dfb198b5deab56441b74d35815b46 [file] [log] [blame]
{
"name": "HippoCallClient",
"version": "0.0.16",
"summary": "Hippo Call Client",
"description": "Hippo Call Client to start video call and audio call",
"homepage": "https://github.com/Jungle-Works/HippoCallClient.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Jungle-Works/HippoCallClient.git",
"tag": "0.0.16"
},
"swift_version": "4.2",
"source_files": "HippoCallClient/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"static_framework": false,
"preserve_paths": "README.md",
"dependencies": {
"GoogleWebRTC": [
"1.1.24717"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "No"
}
}