-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBringgDriverSDKObjc.podspec
38 lines (30 loc) · 1.48 KB
/
BringgDriverSDKObjc.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
29
30
31
32
33
34
35
36
37
38
Pod::Spec.new do |s|
s.name = 'BringgDriverSDKObjc'
s.version = '1.122.0'
s.summary = 'Driver SDK for the Bringg platform'
s.description = <<-DESC
Driver SDK for the Bringg delivery platform. Please refer to the full documentation.
DESC
s.homepage = 'https://www.bringg.com'
s.documentation_url = 'https://developers.bringg.com/docs/bringg-new-sdk-for-ios'
s.license = { :type => 'proprietary', :file => 'LICENSE' }
s.authors = { 'Bringg iOS Dev Team' => 'bringg-ios-developers@bringg.com' }
s.source = { git: 'https://github.com/bringg/Bringg-iOS-DriverSDK.git', tag: s.version.to_s }
s.platform = :ios, '12.0'
s.ios.deployment_target = '12.0'
s.frameworks = 'CoreLocation', 'CoreMotion'
s.ios.vendored_frameworks = 'BringgDriverSDKObjc.xcframework'
s.ios.user_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
######## Dependencies ######
s.dependency 'Socket.IO-Client-Swift', '15.1.0'
s.dependency 'Starscream', '3.1.0'
s.dependency 'libPhoneNumber-iOS', '0.9.15'
s.dependency 'GzipSwift', '5.0.0'
s.dependency 'Alamofire', '4.9.0'
s.dependency 'XCGLogger', '7.0.0'
s.dependency 'RealmSwift', '4.4.1'
s.dependency 'ObjcExceptionBridging', '1.0.1'
s.dependency 'Kingfisher', '5.7.1'
s.dependency 'KeychainAccess', '3.2.0'
s.dependency 'DeviceKit', '4.2.1'
end