[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 0 / 2 / b / libjingle_peerconnection_swift / 0.1.0 / libjingle_peerconnection_swift.podspec.json
blobf3861dc985be48715111fedb0dca20851738e1e7
2   "name": "libjingle_peerconnection_swift",
3   "version": "0.1.0",
4   "summary": "A short description of libjingle_peerconnection_swift.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SemonCat/libjingle_peerconnection_swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "semon_huang": "semon_huang@asus.com"
13   },
14   "source": {
15     "git": "https://github.com/SemonCat/libjingle_peerconnection_swift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "libjingle_peerconnection_swift/Classes/**/*",
22   "libraries": [
23     "c",
24     "sqlite3",
25     "stdc++"
26   ],
27   "xcconfig": {
28     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libjingle_peerconnection_swift\"",
29     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libjingle_peerconnection_swift/Classes\""
30   },
31   "public_header_files": "libjingle_peerconnection_swift/Classes/**/*.h",
32   "ios": {
33     "preserve_paths": "libjingle_peerconnection_swift/Lib/libWebRTC.a",
34     "vendored_libraries": "libjingle_peerconnection_swift/Lib/libWebRTC.a"
35   },
36   "frameworks": [
37     "AVFoundation",
38     "AudioToolbox",
39     "CoreGraphics",
40     "CoreMedia",
41     "GLKit",
42     "UIKit",
43     "VideoToolbox"
44   ]