blob: 3dfabac336966127446bf5930abba8c3b9e47084 [file] [log] [blame]
{
"name": "HippoSDKtest",
"version": "0.0.5",
"summary": "A short description of Hippo.",
"description": "hello",
"homepage": "http://EXAMPLE/Hippo",
"license": "MIT",
"authors": {
"Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitlab.com/vishaljhanjhri/hipposdktest.git",
"tag": "0.0.5"
},
"source_files": "Hippo.framework/Headers/*.h",
"public_header_files": "Hippo.framework/Headers/*.h",
"default_subspecs": "Chat",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "No"
},
"subspecs": [
{
"name": "Chat",
"vendored_frameworks": "Hippo.framework",
"source_files": "Hippo.framework/Headers/*.h",
"public_header_files": "Hippo.framework/Headers/*.h",
"resources": [
"Hippo.framework/*.nib",
"Hippo/Hippo.framework/*.storyboardc",
"Hippo/Hippo.framework/*.gif",
"Hippo/Hippo.framework/*.car"
]
},
{
"name": "Call",
"vendored_frameworks": "WebRTC.framework"
}
]
}