[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 2 / WilddogVideoBase / 2.0.0 / WilddogVideoBase.podspec.json
bloba4d98ba5c86f91a616fab520db276160b0a7600b
2   "name": "WilddogVideoBase",
3   "version": "2.0.0",
4   "summary": "Wilddog video base module for iOS",
5   "description": "The video module lets you make realtime media communication.",
6   "homepage": "https://www.wilddog.com/",
7   "license": "Copyright",
8   "authors": "Wilddog Team",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "http": "https://cdn.wilddog.com/sdk/ios/2.0.0/WilddogVideoBase-2.0.0.zip"
14   },
15   "vendored_frameworks": "WilddogVideoBase.framework",
16   "frameworks": [
17     "AudioToolbox",
18     "VideoToolbox",
19     "AVFoundation",
20     "GLKit",
21     "CoreMedia",
22     "UIKit",
23     "Foundation",
24     "MetalKit"
25   ],
26   "libraries": "c++",
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC"
29   },
30   "dependencies": {
31     "WilddogCore": [
32       ">= 2.0.11"
33     ],
34     "WilddogWebRTC": [
35       ">= 58.0.11"
36     ]
37   }