[Add] AMRAdapterBigo-Beta 4.6.0.1
[CocoaPods.git] / Specs / 2 / b / d / AzCall / 1.0.0 / AzCall.podspec.json
blobf44dbfc3a14156f09c26435f92b03723256c2cb8
2   "name": "AzCall",
3   "version": "1.0.0",
4   "summary": "This is a part of AzStack communication platform. You can make a phone call or video call via VoIP.",
5   "module_name": "AzCall",
6   "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.",
7   "homepage": "https://azstack.com/",
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Luong Van Lam": "lamlv@azstack.com"
14   },
15   "social_media_url": "https://twitter.com/lam2305",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "http": "https://github.com/AZStackPteLtd/AzCall/archive/1.0.0.zip"
21   },
22   "ios": {
23     "source_files": [
24       "AzCall-1.0.0/AzCall.framework/Headers/*.h",
25       "AzCall-1.0.0/AzCall.framework/*.nib"
26     ],
27     "public_header_files": "AzCall-1.0.0/AzCall.framework/Headers/*.h",
28     "vendored_frameworks": "AzCall-1.0.0/AzCall.framework",
29     "weak_frameworks": "PushKit"
30   },
31   "resources": [
32     "AzCall-1.0.0/AzCall.framework/*.car",
33     "AzCall-1.0.0/AzCall.framework/*.wav",
34     "AzCall-1.0.0/AzCall.framework/*.mp3"
35   ],
36   "requires_arc": true,
37   "swift_version": "4.0",
38   "dependencies": {
39     "AzCore": [
41     ],
42     "GoogleWebRTC": [
44     ],
45     "PulsingHalo": [
47     ]
48   }