blob: f3861dc985be48715111fedb0dca20851738e1e7 [file] [log] [blame]
{
"name": "libjingle_peerconnection_swift",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "libjingle_peerconnection_swift/Classes/**/*",
"libraries": [
"c",
"sqlite3",
"stdc++"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libjingle_peerconnection_swift\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libjingle_peerconnection_swift/Classes\""
},
"public_header_files": "libjingle_peerconnection_swift/Classes/**/*.h",
"ios": {
"preserve_paths": "libjingle_peerconnection_swift/Lib/libWebRTC.a",
"vendored_libraries": "libjingle_peerconnection_swift/Lib/libWebRTC.a"
},
"frameworks": [
"AVFoundation",
"AudioToolbox",
"CoreGraphics",
"CoreMedia",
"GLKit",
"UIKit",
"VideoToolbox"
]
}