[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 9 / 2 / AppRTC / 1.0.0 / AppRTC.podspec.json
blob179a4c8d9be182f043861a5e0171e27d9d24d86f
2   "name": "AppRTC",
3   "version": "1.0.0",
4   "summary": "iOS video chat based on WebRTC",
5   "homepage": "https://github.com/ISBX/apprtc-ios",
6   "authors": "ISBX",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/ISBX/apprtc-ios.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Lib/*.{h,m,c}",
19   "requires_arc": true,
20   "frameworks": [
21     "QuartzCore",
22     "OpenGLES",
23     "CoreGraphics",
24     "CoreVideo",
25     "CoreMedia",
26     "CoreAudio",
27     "AVFoundation",
28     "AudioToolbox",
29     "GLKit",
30     "CFNetwork",
31     "Security"
32   ],
33   "libraries": [
34     "sqlite3",
35     "stdc++.6",
36     "icucore",
37     "c++"
38   ],
39   "subspecs": [
40     {
41       "name": "include",
42       "source_files": "Lib/include/*.h",
43       "vendored_libraries": "Lib/libWebRTC.a"
44     }
45   ]