blob: f5a20bc4e2c8d34b50ab2c4895a40c291d4caedc [file] [log] [blame]
{
"name": "HippoCallClient",
"version": "0.0.2",
"summary": "Hippo Call Client",
"description": "Hippo Call Client to start video call and audio call",
"homepage": "https://git.clicklabs.in/hippo-public/HippoCallClient",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Vishaljhanjhri": "vishal.jhanjhri@jungleworks.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://git.clicklabs.in/hippo-public/HippoCallClient.git",
"tag": "0.0.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"
}
}