blob: f3f808c458e708b5a3f4996c3e9df4d4ea4fecb5 [file] [log] [blame]
{
"name": "HMWebRTC",
"version": "0.1.0",
"summary": "A wrapper of Google WebRTC on iOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tdhman/HMWebRTC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TRAN DIEP Hue Man": "htp1@3ds.com"
},
"source": {
"git": "https://github.com/tdhman/HMWebRTC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"HMWebRTC/Classes/**/*",
"Lib/SocketRocket/*"
],
"libraries": "icucore",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"GoogleWebRTC": [
]
}
}