blob: f44dbfc3a14156f09c26435f92b03723256c2cb8 [file] [log] [blame]
{
"name": "AzCall",
"version": "1.0.0",
"summary": "This is a part of AzStack communication platform. You can make a phone call or video call via VoIP.",
"module_name": "AzCall",
"description": "AzStack is communication platform. This is the iOS sdk for AzStack.\n\nAt the moment, AzCall include:\n- Free video/audio call with WebRTC.\n- Call to GSM with low price.",
"homepage": "https://azstack.com/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Luong Van Lam": "lamlv@azstack.com"
},
"social_media_url": "https://twitter.com/lam2305",
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://github.com/AZStackPteLtd/AzCall/archive/1.0.0.zip"
},
"ios": {
"source_files": [
"AzCall-1.0.0/AzCall.framework/Headers/*.h",
"AzCall-1.0.0/AzCall.framework/*.nib"
],
"public_header_files": "AzCall-1.0.0/AzCall.framework/Headers/*.h",
"vendored_frameworks": "AzCall-1.0.0/AzCall.framework",
"weak_frameworks": "PushKit"
},
"resources": [
"AzCall-1.0.0/AzCall.framework/*.car",
"AzCall-1.0.0/AzCall.framework/*.wav",
"AzCall-1.0.0/AzCall.framework/*.mp3"
],
"requires_arc": true,
"swift_version": "4.0",
"dependencies": {
"AzCore": [
],
"GoogleWebRTC": [
],
"PulsingHalo": [
]
}
}