repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git]
/
Specs
/
c
/
9
/
2
/
AppRTC
/
1.0.3
/
AppRTC.podspec.json
blob
c3b271abddfb3bfff547ff337728e35b9406234c
1
{
2
"name": "AppRTC",
3
"version": "1.0.3",
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.3"
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
"dependencies": {
40
"libjingle_peerconnection": [
41
42
],
43
"SocketRocket": [
44
45
]
46
}
47
}