blob: 17cb35486135bf5f8127c7d8b7db7b822c55c818 [file] [log] [blame]
{
"name": "HMWebRTC",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"HMWebRTC/Classes/**/*.{h,m}",
"Lib/**/*"
],
"resources": "HMWebRTC/Classes/VideoChatUI/*.{xib,xcassets,json,imageset,png}",
"resource_bundles": {
"HMWebRTC": [
"HMWebRTC/Classes/**/*.{storyboard,xib,xcassets,json,imageset,png}"
]
},
"requires_arc": true,
"libraries": "icucore",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"GoogleWebRTC": [
]
}
}