blob: 26430fd0b39a189435b91838eedc6eba99c75d28 [file] [log] [blame]
{
"name": "libjingle_peerconnection_swift",
"version": "0.3.0",
"summary": "A short description of libjingle_peerconnection_swift.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SemonCat/libjingle_peerconnection_swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"semon_huang": "semon_huang@asus.com"
},
"source": {
"git": "https://github.com/SemonCat/libjingle_peerconnection_swift.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "libjingle_peerconnection_swift/Classes/**/*",
"libraries": [
"c",
"sqlite3",
"stdc++"
],
"public_header_files": "libjingle_peerconnection_swift/Classes/**/*.h",
"preserve_paths": "libjingle_peerconnection_swift/Lib/libWebRTC.a",
"vendored_libraries": "libjingle_peerconnection_swift/Lib/libWebRTC.a",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"CoreGraphics",
"CoreMedia",
"GLKit",
"UIKit",
"VideoToolbox"
]
}