forked from ISBX/apprtc-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppRTC.podspec
19 lines (18 loc) · 911 Bytes
/
AppRTC.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "AppRTC"
s.version = "1.0.3"
s.summary = "iOS video chat based on WebRTC"
s.homepage = "https://github.com/ISBX/apprtc-ios"
s.author = "ISBX"
s.license = { :type => "BSD", :file => "LICENSE" }
s.platform = :ios, "7.0"
s.source = { :git => 'https://github.com/ISBX/apprtc-ios.git', :tag => '1.0.3' }
s.source_files = "Lib/*.{h,m,c}"
s.requires_arc = true
s.frameworks = "QuartzCore", "OpenGLES", "CoreGraphics", "CoreVideo", "CoreMedia", "CoreAudio", "AVFoundation", "AudioToolbox", "GLKit", "CFNetwork", "Security"
s.libraries = "sqlite3", "stdc++.6", "icucore", "c++"
s.dependency "libjingle_peerconnection"
s.dependency "SocketRocket"
end
# Publishing Pod use flags
# pod trunk push AppRTC.podspec --use-libraries --allow-warnings