[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / 1 / 2 / ProRTCVideo / 1.0 / ProRTCVideo.podspec.json
blob945dc9eba88fbe8f01a48ab3673e55a34b3354a1
2   "name": "ProRTCVideo",
3   "version": "1.0",
4   "summary": "An easy-to-use framework provides native WebRTC support on iOS platform.",
5   "homepage": "https://prortc.com",
6   "license": {
7     "type": "Commercial",
8     "text": "https://prortc.com/terms-conditions.php"
9   },
10   "authors": {
11     "ProRTC project authors": "support@prortc.com"
12   },
13   "source": {
14     "git": "http://192.168.0.247/ios/cocoapods/ProRTCVideo.git",
15     "tag": "1.0"
16   },
17   "social_media_url": "https://twitter.com/ProRTCApp",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "vendored_frameworks": "ProRTCVideo/ProRTCVideo.framework"
24   },
25   "frameworks": [
26     "SystemConfiguration",
27     "UIKit",
28     "GLKit",
29     "CoreMedia",
30     "CoreGraphics",
31     "AVFoundation",
32     "Foundation",
33     "Security",
34     "CFNetwork",
35     "AudioToolbox",
36     "VideoToolbox",
37     "CoreAudio",
38     "CoreVideo",
39     "OpenGLES",
40     "QuartzCore"
41   ],
42   "libraries": [
43     "c++",
44     "icucore",
45     "stdc++",
46     "System",
47     "sqlite3"
48   ],
49   "pod_target_xcconfig": {
50     "OTHER_LDFLAGS": "-ObjC",
51     "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/ProRTCVideo"
52   },
53   "dependencies": {
54     "GoogleWebRTC": [
55       "~> 1.1.27442"
56     ]
57   }