[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / 0 / JAHPeerConnection / 1.0.0 / JAHPeerConnection.podspec.json
blob3596e5131d483316373df130c0ef7507992ba9ef
2   "name": "JAHPeerConnection",
3   "version": "1.0.0",
4   "summary": "A block-based API for RTCPeerConnection from webrtc.org.",
5   "homepage": "https://github.com/hjon/JAHPeerConnection",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Jon Hjelle",
11   "social_media_url": "http://twitter.com/hjon",
12   "source": {
13     "git": "https://github.com/hjon/JAHPeerConnection.git",
14     "tag": "1.0.0"
15   },
16   "source_files": [
17     "JAHPeerConnection.h",
18     "JAHPeerConnection.m"
19   ],
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.8"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "libjingle_peerconnection": [
28     ]
29   }