-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBleshSDK.podspec
More file actions
23 lines (19 loc) · 857 Bytes
/
BleshSDK.podspec
File metadata and controls
23 lines (19 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "BleshSDK"
s.version = "5.5.0"
s.summary = "Blesh iOS SDK"
s.homepage = "https://blesh.com"
s.author = { "Blesh Technology Team" => "technology@blesh.com" }
s.source = { :git => "https://github.com/bleshcom/Blesh-iOS-SDK.git", :tag => s.version.to_s }
s.source_files = 'BleshSDK.xcframework/**/BleshSDK.framework/Headers/*.h'
s.platform = :ios, 11.0
s.requires_arc = true
s.vendored_frameworks = "BleshSDK.xcframework"
s.frameworks = 'Foundation', 'UIKit', 'CoreLocation', 'CoreTelephony'
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2013 - 2023 Blesh, Inc. All rights reserved.
LICENSE
}
end