forked from amsibsam/QiscusRTC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QiscusRTC.podspec
28 lines (27 loc) · 1.22 KB
/
QiscusRTC.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |s|
s.name = 'QiscusRTC'
s.version = '0.1.9'
s.summary = 'Qiscus RTC is call mudule base on WebRTC.'
s.homepage = 'https://qiscus.com'
s.screenshots = 'https://raw.githubusercontent.com/qiscus/qiscus-call-sdk-ios/master/Image/callkit.png', 'https://raw.githubusercontent.com/qiscus/qiscus-call-sdk-ios/master/Image/videocall.png'
s.license = { :type => 'BSD'}
s.author = { '[email protected]' => '[email protected]' }
s.platform = :ios, '10.0'
s.source = { :git => 'https://github.com/qiscus/qiscus-call-sdk-ios.git', :tag => s.version.to_s }
s.source_files = 'QiscusRTC', 'QiscusRTC/**/*.{h,m,swift,xib}'
s.resources = 'QiscusRTC/**/*.xcassets'
s.resource_bundles = {
'QiscusRTC' => ['QiscusRTC/**/*.{lproj,xib,xcassets,imageset,png,mp3}']
}
s.framework = 'UIKit', 'AVFoundation', 'CoreMotion', 'CoreTelephony', 'AudioToolbox', 'VideoToolbox', 'Systemconfiguration', 'CoreMedia'
s.requires_arc = false
s.libraries = 'c++', 'z'
s.requires_arc = true
#s.swift_version = '4.0'
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
s.dependency 'Alamofire'
s.dependency 'WebRTC', '63.11.20455'
s.dependency 'Starscream'
s.dependency 'AlamofireImage'
s.dependency 'SwiftyJSON'
end