blob: 3596e5131d483316373df130c0ef7507992ba9ef [file] [log] [blame]
{
"name": "JAHPeerConnection",
"version": "1.0.0",
"summary": "A block-based API for RTCPeerConnection from webrtc.org.",
"homepage": "https://github.com/hjon/JAHPeerConnection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jon Hjelle",
"social_media_url": "http://twitter.com/hjon",
"source": {
"git": "https://github.com/hjon/JAHPeerConnection.git",
"tag": "1.0.0"
},
"source_files": [
"JAHPeerConnection.h",
"JAHPeerConnection.m"
],
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"libjingle_peerconnection": [
]
}
}