blob: c438c3574a626b710e76049443308b940b5d82d2 [file] [log] [blame]
{
"name": "HippoCallClient",
"version": "0.0.20",
"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.20"
},
"swift_version": "4.2",
"source_files": "HippoCallClient/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"static_framework": false,
"preserve_paths": "README.md",
"dependencies": {
"GoogleWebRTC": [
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "No"
}
}